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