leo/compiler/tests/u32/1+1.leo
2020-05-01 22:10:40 -07:00

4 lines
46 B
Plaintext

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