{}
run-icon
main.go
// Online Go compiler to run Golang program online // Print "Start small. Ship something." message package main import "fmt" func main() { fmt.Println("Start small. Ship something.") }
Output