8abcc2c
5ab9f7f
@@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("hello, world!") +}