We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4cbfc commit cb0138fCopy full SHA for cb0138f
main.go
@@ -0,0 +1,7 @@
1
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
+ fmt.Println("hello")
7
+}
0 commit comments