earthly/a-simple-earthfile/main.go (
5
lines of code) (
raw
):
// main.go package main import "fmt" func main() { fmt.Println("hello world") }