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