5 lines
57 B
Text
5 lines
57 B
Text
|
|
module Main
|
||
|
|
|
||
|
|
main : IO ()
|
||
|
|
main = putStrLn "Hello world!"
|