Main.hs 109 B

12345678
  1. -- «front-matter»
  2. module Main where
  3. -- «end»
  4. -- «functions»
  5. main :: IO ()
  6. main = return ()
  7. -- «end»