3 lines
50 B
Plaintext
Vendored
3 lines
50 B
Plaintext
Vendored
fun neq(a: Int, b: Int) {
|
|
if (b equals a) {}
|
|
} |