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

Tree @master (Download .tar.gz)

Main.hs @masterraw · history · blame

-- «front-matter»
module Main where

-- «end»

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

-- «end»