Sign in
go
/
go
/
701f6a27b5c2499c1e84c28a3761eb2f1bf6fd7e
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
run_hello.txt
blob: 8c4c1c16833e97f7fa4226097bb731d560daa938 [
file
] [
log
] [
blame
]
# hello world
go run hello.go
stderr 'hello world'
-- hello.go --
package main
func main() { println("hello world") }