diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-16 20:11:02 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-16 20:11:02 +0200 |
commit | 853539c80ebe2124ff9191b48f717a4386d5faee (patch) | |
tree | a7f3d61980e4d7bd75c89e4d58d1a3dee1ab0f95 /app |
stack new
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..de1c1ab --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import Lib + +main :: IO () +main = someFunc |