diff options
author | Andrew Cady <d@jerkface.net> | 2018-03-09 16:40:16 -0800 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-03-09 16:40:16 -0800 |
commit | 54b275a0e4d8307b9351123523db264543c1f233 (patch) | |
tree | df49298745365999e94bf4ede0291cd3991c4b28 /app |
Initial commit - clean empty repo
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 @@ | |||
1 | module Main where | ||
2 | |||
3 | import Lib | ||
4 | |||
5 | main :: IO () | ||
6 | main = someFunc | ||