kotlin/world/main.kt

4 lines
42 B
Kotlin
Raw Permalink Normal View History

2026-02-08 14:25:33 +08:00
fun main() {
println("Hello, World!");
}