start make-pages

This commit is contained in:
Rhiannon Morris 2020-07-08 00:21:08 +02:00
parent b2432a1e04
commit aa145819f5
2 changed files with 24 additions and 0 deletions

4
make-pages/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main (main) where
main :: IO ()
main = error "undefined: 'main' in Main.hs"