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

3 lines
59 B
Haskell
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
import System.IO
main = hPutStrLn stderr "Goodbye, World!"