Create project

This commit is contained in:
Joscha 2019-11-04 16:38:42 +00:00
commit 492462ea94
10 changed files with 166 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"