diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs new file mode 100644 index 0000000..ed69e33 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,8 @@ +module Main where + +import Lib + +main :: IO () +main = do + putStrLn "Starting..." + startApp |