4 lines
40 B
Text
4 lines
40 B
Text
|
|
main() {
|
||
|
|
println("Hello world!");
|
||
|
|
}
|