git.sophuwu.com > sketch
idk random
3 files changed, 9 insertions(+), 0 deletions(-)

jump to
A .gitignore

@@ -0,0 +1,3 @@

+.idea +sketch +build
A go.mod

@@ -0,0 +1,3 @@

+module sketch + +go 1.21.3
A main.go

@@ -0,0 +1,3 @@

+package main + +func main() {}