gdritter repos collage / master examples / basic-example / s2 / Main.hs
master

Tree @master (Download .tar.gz)

Main.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
-- «front-matter»
module Main where
-- «end»

-- «functions»
main :: IO ()
main = return ()
-- «end»