main.go 93 Bytes EditWeb IDE 1 2 3 4 5 6 7 package main import "os" func main() { _, _ = os.Stdout.Write([]byte("hello world!\n")) }