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

3 lines
45 B
Plaintext

function main(x: u128) -> u128 {
return x
}