4 lines
93 B
Go
4 lines
93 B
Go
|
|
package main
|
||
|
|
import ("fmt"; "os")
|
||
|
|
func main() { fmt.Fprintln(os.Stderr, "Goodbye, World!") }
|