Transfer C argv to Kotlin's args.
This commit is contained in:
committed by
alexander-gorshenev
parent
e38ac775ad
commit
3f480eb846
@@ -0,0 +1,5 @@
|
||||
fun main(args : Array<String>) {
|
||||
for (s in args) {
|
||||
println(s)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user