diff options
author | Marvin Borner | 2022-04-12 00:09:35 +0200 |
---|---|---|
committer | Marvin Borner | 2022-04-12 00:09:35 +0200 |
commit | 32515bf8bf04958f22ce2cfe98edebc7b892774c (patch) | |
tree | 9432af890bb7d863e185fe3e2ae47bfa3e69dc52 /app/Main.hs |
Initial commit
Diffstat (limited to 'app/Main.hs')
-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..7d20262 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import Eval + +main :: IO () +main = evalMain |