diff options
Diffstat (limited to 'app/main.hs')
-rw-r--r-- | app/main.hs | 5 |
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 @@ | |||
1 | import Prelude (IO) | ||
2 | import Application (appMain) | ||
3 | |||
4 | main :: IO () | ||
5 | main = appMain | ||