leo/compiler/tests/integers/u32/input.leo

3 lines
43 B
Plaintext
Raw Normal View History

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