print1.hs 86 B

123456
  1. module PRINT1 where
  2. putstrln = putStrLn
  3. main :: IO ()
  4. main = putstrln "hello world!"