2 lines
56 B
Text
2 lines
56 B
Text
module HelloWorld where
|
|
main _ = println "Hello world!"
|
module HelloWorld where
|
|
main _ = println "Hello world!"
|