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 6c9b4ed + f342d4e commit e8d7b53Copy full SHA for e8d7b53
Hello World! /HelloWorld.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
7
+ fmt.Println("Hello World!")
8
9
+}
0 commit comments