5 lines
56 B
Idris
5 lines
56 B
Idris
|
module Main
|
||
|
|
||
|
main : IO ()
|
||
|
main = putStrLn "Hallo, Welt"
|