4 lines
88 B
Kotlin
Vendored
4 lines
88 B
Kotlin
Vendored
// this script expected parameter num: Int
|
|
|
|
val test = num + 10
|
|
System.out.println(test) |