3 lines
49 B
Plaintext
Vendored
3 lines
49 B
Plaintext
Vendored
fun new(x: Int, y: Int): Int {
|
|
return x * y
|
|
} |