Shuffle things around and create a demo

This commit is contained in:
2021-11-11 21:15:17 +02:00
parent caafd820b6
commit b73c4cfd1b
13 changed files with 93 additions and 27 deletions

View File

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