summaryrefslogtreecommitdiff
path: root/app/main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.hs')
-rw-r--r--app/main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/main.hs b/app/main.hs
new file mode 100644
index 0000000..4ffa93d
--- /dev/null
+++ b/app/main.hs
@@ -0,0 +1,5 @@
1import Prelude (IO)
2import Application (appMain)
3
4main :: IO ()
5main = appMain