fork download
  1. test :: a -> a
  2. test n = n
  3.  
  4. main = print $ test "Can it do haskell?"
Success #stdin #stdout 0s 6228KB
stdin
Standard input is empty
stdout
"Can it do haskell?"