mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 11:43:28 +03:00
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
function main() -> (u32) {
|
|
a = 1 + 1
|
|
return a
|
|
} |