Commit 57d4f8a
2019-10-19 21:58:33
Changed files (1)
hello.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, world")
+}