blob: 8c4c1c16833e97f7fa4226097bb731d560daa938 [file] [log] [blame]
# hello world
go run hello.go
stderr 'hello world'
-- hello.go --
package main
func main() { println("hello world") }