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.
2 parents 0d6a1a6 + 85d7566 commit 3c0c855Copy full SHA for 3c0c855
main.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
+ fmt.Println("Hello World")
7
+}
0 commit comments