leo/compiler/tests/integers/u128/zero.leo
2020-06-07 21:26:49 -07:00

4 lines
41 B
Plaintext

function main() -> u128 {
return 0
}