Initial commit

This commit is contained in:
2022-12-06 16:09:51 -05:00
commit b53a8a48ee
32 changed files with 7450 additions and 0 deletions

6
app/Main.hs Normal file
View File

@@ -0,0 +1,6 @@
module Main (main) where
import Lib
main :: IO ()
main = someFunc