Add javascript
[gruntmaster-daemon.git] / t / problems / hello / tests / golang / prog.go
1 package main
2 import "fmt"
3 func main() {
4 fmt.Println("Hello World!")
5 }
This page took 0.021852 seconds and 5 git commands to generate.