RosettaCodeData/Task/Hello-world-Standard-error/Haskell/hello-world-standard-error.hs

3 lines
59 B
Haskell

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