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

3 lines
59 B
Haskell
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import System.IO
main = hPutStrLn stderr "Goodbye, World!"