mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 19:22:01 +03:00
3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
function main(a: u128, b: u128) -> u128 {
|
||
|
return a + b
|
||
|
}
|