mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 03:04:13 +03:00
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
function main() -> (u32) {
|
|
a = 1 + 1
|
|
return a
|
|
} |