RosettaCodeData/Task/Shell-one-liner/Haskell/shell-one-liner.hs

3 lines
34 B
Haskell

$ ghc -e 'putStrLn "Hello"'
Hello