leo/compiler/tests/integer/u64/one.leo
2020-06-05 16:35:50 -07:00

4 lines
40 B
Plaintext

function main() -> u64 {
return 1
}