package org.kotlinlang.play // 1 fun main() { // 2 println("Hello, World!") // 3 }
fukurou the supreme coder ADMIN Nov 21, 2021 #1 Kotlin: package org.kotlinlang.play // 1 fun main() { // 2 println("Hello, World!") // 3 }