leo/simple.leo

4 lines
55 B
Plaintext
Raw Normal View History

2020-04-24 02:24:31 +03:00
function main() -> (u32) {
a = 1 + 1
return a
}