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