new porject

This commit is contained in:
Dennis Frieberg 2020-09-22 16:40:00 +02:00
commit d27eac6827
11 changed files with 227 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"