initial commit

This commit is contained in:
Jonathan Lamothe
2019-08-08 16:34:03 -04:00
commit 98274615cc
10 changed files with 167 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"