leo/simple.leo
2020-04-23 16:24:31 -07:00

4 lines
55 B
Plaintext

function main() -> (u32) {
a = 1 + 1
return a
}