6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
![]() |
include "console.iol"
|
||
|
|
||
|
main {
|
||
|
println@Console("Hello World")()
|
||
|
}
|