Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / golang / prog.go
diff --git a/t/problems/hello/tests/golang/prog.go b/t/problems/hello/tests/golang/prog.go
new file mode 100644 (file)
index 0000000..77c24d5
--- /dev/null
@@ -0,0 +1,5 @@
+package main
+import "fmt"
+func main() {
+       fmt.Println("Hello World!")
+}
\ No newline at end of file
This page took 0.009744 seconds and 4 git commands to generate.