leo/compiler/tests/integers/i32/one.leo
2020-07-15 21:55:45 -07:00

4 lines
40 B
Plaintext

function main() -> i32 {
return 1
}