6 lines
68 B
Kotlin
6 lines
68 B
Kotlin
import app.App
|
|
|
|
fun main() {
|
|
val main = App()
|
|
main.start()
|
|
} |