diff options
Diffstat (limited to 'compiler/app')
-rw-r--r-- | compiler/app/Main.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs new file mode 100644 index 0000000..de1c1ab --- /dev/null +++ b/compiler/app/Main.hs | |||
@@ -0,0 +1,6 @@ | |||
1 | module Main where | ||
2 | |||
3 | import Lib | ||
4 | |||
5 | main :: IO () | ||
6 | main = someFunc | ||