initial commit

This commit is contained in:
2023-05-19 15:00:22 -04:00
commit 9e7b67c772
12 changed files with 903 additions and 0 deletions

6
src/Lib.hs Normal file
View File

@@ -0,0 +1,6 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"