diff options
author | Marvin Borner | 2023-09-04 17:40:58 +0200 |
---|---|---|
committer | Marvin Borner | 2023-09-04 17:40:58 +0200 |
commit | b91078c0c9ec0ae170b2126ef648550ef9f01b10 (patch) | |
tree | 774fc04fe2b4cd2ca55f69db07f575fc7542f296 /app/Main.hs | |
parent | f7e67fd170ddd643c698db7ac5fa7804d508e7af (diff) |
Stack new
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..4c6b30f --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main (main) where + +import Lib + +main :: IO () +main = someFunc |