Initial commit
This commit is contained in:
commit
daf3d49224
10 changed files with 172 additions and 0 deletions
6
src/Lib.hs
Normal file
6
src/Lib.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Lib
|
||||
( someFunc
|
||||
) where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "someFunc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue