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