mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 02:22:44 +03:00
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
function main(b: bool, x: i8, y: i8) -> i8 {
|
|
return if b ? x : y
|
|
} |