initial commit

This commit is contained in:
Nilstrieb 2021-03-14 14:55:21 +01:00
commit b642f49f3f
14 changed files with 312 additions and 0 deletions

9
app/Main.hs Normal file
View file

@ -0,0 +1,9 @@
module Main where
import Lib
import System.Environment
main :: IO ()
main = do
args <- getArgs
start args