Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / golang / prog.go
CommitLineData
b8f7001a
MG
1package main
2import "fmt"
3func main() {
4 fmt.Println("Hello World!")
5}
This page took 0.009696 seconds and 4 git commands to generate.