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