7 lines
61 B
Kotlin
7 lines
61 B
Kotlin
fun used() {
|
|
|
|
}
|
|
|
|
fun main(args: Array<String>) {
|
|
used()
|
|
} |