3 lines
37 B
Plaintext
Vendored
3 lines
37 B
Plaintext
Vendored
fun foo(x: Int) {
|
|
x * x / x + x
|
|
} |