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