initial empty project

This commit is contained in:
Stefan Dresselhaus
2018-05-01 17:09:25 +02:00
parent ccf852b018
commit bf5de2e43f
9 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"