6 lines
66 B
Plaintext
Raw Normal View History

include "console.iol"
main {
println@Console("Hello World")()
}