initial commit

This commit is contained in:
2024-08-19 20:06:34 -04:00
commit 9dfaa1c7e4
12 changed files with 888 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"