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

// You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello world") }