3 lines
47 B
Plaintext
Vendored
3 lines
47 B
Plaintext
Vendored
fun sqr(arg: Int): Int {
|
|
return arg * arg
|
|
} |