5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
import cstdlib.*
|
|
|
|
fun main(args: Array<String>) {
|
|
println(atoi("257"))
|
|
} |