5 lines
60 B
Kotlin
5 lines
60 B
Kotlin
package ru.soune
|
|
|
|
fun main() {
|
|
println("Hello World!")
|
|
} |