5 lines
65 B
Kotlin
Vendored
5 lines
65 B
Kotlin
Vendored
package pkg
|
|
|
|
fun main(args: Array<String>) {
|
|
args[0] += "O"
|
|
} |