This commit is contained in:
Dhananjay Balan
2023-02-03 14:45:16 +01:00
commit 7717d9cb24
7 changed files with 190 additions and 0 deletions

4
lib/MyLib.hs Normal file
View File

@@ -0,0 +1,4 @@
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"