diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2016-01-20 20:49:36 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2016-01-20 20:49:36 +0100 |
commit | 26d908e252b21ae66e1496bb35ca31c69b53ba25 (patch) | |
tree | 08f1751591446924cb00382dbeabd0907a6a8ceb /app |
Initial checkin.
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs new file mode 100644 index 0000000..551dae4 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import qualified Lib + +main :: IO () +main = Lib.main |