commit 4795c9901d8d4be52e486888f341c9b021c59726 Author: yunsukyung Date: Wed Aug 30 17:01:09 2023 +0900 first commit diff --git a/test.go b/test.go new file mode 100644 index 0000000..b959fed --- /dev/null +++ b/test.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("test") +}