initial commit

This commit is contained in:
2020-11-08 23:39:03 -05:00
commit 8c6e9e1915
12 changed files with 893 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"