Create project

This commit is contained in:
jgk
2021-02-03 11:57:31 +01:00
commit 42c8a55da2
4 changed files with 126 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"