Add scaffolding

This commit is contained in:
Joscha 2020-11-24 22:55:20 +00:00
parent d49b95b7b4
commit 4de8e8ffdc
38 changed files with 8807 additions and 2 deletions

5
app/main.hs Normal file
View file

@ -0,0 +1,5 @@
import Prelude (IO)
import Application (appMain)
main :: IO ()
main = appMain