4 lines
40 B
Kotlin
4 lines
40 B
Kotlin
fun main() {
|
|
println("Hello World")
|
|
}
|
fun main() {
|
|
println("Hello World")
|
|
}
|