← Back
Editing: run_hello_pkg.txt
go run m/hello stderr 'hello, world' cd hello go run . stderr 'hello, world' -- go.mod -- module m go 1.16 -- hello/hello.go -- package main func main() { println("hello, world") }
Save File
Cancel