RosettaCodeData/Task/Hello-world-Standard-error/Haskell/hello-world-standard-error.hs
2023-07-01 13:44:08 -04:00

2 lines
59 B
Haskell

import System.IO
main = hPutStrLn stderr "Goodbye, World!"