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 e008b93 commit faefec6Copy full SHA for faefec6
main.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+import (
4
+ "fmt"
5
+)
6
7
+func main(){
8
+ fmt.Println("hello wrold!")
9
+}
0 commit comments