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