first commit

This commit is contained in:
yunsukyung 2023-08-30 17:01:09 +09:00
commit 4795c9901d
1 changed files with 9 additions and 0 deletions

9
test.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("test")
}