5 lines
70 B
Kotlin
5 lines
70 B
Kotlin
fun main() {
|
|
if (true) {
|
|
println("Hello, World!")
|
|
}
|
|
}
|