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

3 lines
41 B
Plaintext

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