init
This commit is contained in:
commit
53d0a5aaf0
7 changed files with 204 additions and 0 deletions
4
src/MyLib.hs
Normal file
4
src/MyLib.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module MyLib (someFunc) where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "someFunc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue