sample-projects/go-samples/compatible/main.go (5 lines of code) (raw):

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