Initial commit

This commit is contained in:
tibvdm 2022-11-21 22:40:29 +01:00 committed by Tibo De Peuter
parent 2a498ff4b5
commit 9987d12f80
9 changed files with 274 additions and 0 deletions

4
src/Main.hs Normal file
View file

@ -0,0 +1,4 @@
import VoorbeeldModule (hoi)
main :: IO ()
main = putStrLn hoi