4 lines
55 B
Plaintext
Vendored
4 lines
55 B
Plaintext
Vendored
fun test(a: Int, b: Int): Int {
|
|
return b times a
|
|
}
|