Initial commit
This commit is contained in:
commit
99e66241df
5 changed files with 115 additions and 0 deletions
4
src/Main.hs
Normal file
4
src/Main.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
import VoorbeeldModule (hoi)
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn hoi
|
Reference in a new issue