Elkut 8 hours ago
parent
commit
54290137a8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      test/main.go

+ 7 - 0
test/main.go

@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Print("Hi")
+}