We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3f00a commit b4ef011Copy full SHA for b4ef011
test.go
@@ -1 +1,7 @@
1
-package go_go_go
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
+ fmt.Print("hello world")
7
+}
0 commit comments