3 lines
59 B
Haskell
3 lines
59 B
Haskell
|
|
import System.IO
|
||
|
|
main = hPutStrLn stderr "Goodbye, World!"
|