4 lines
43 B
Text
4 lines
43 B
Text
|
|
fun main() {
|
||
|
|
println('Hello World!')
|
||
|
|
}
|