Files
test/main.go
Jarek Kowalski 9482227b92 main
2016-07-04 10:58:32 -07:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}