leo/compiler/tests/integers/u32/one.leo

4 lines
40 B
Plaintext
Raw Normal View History

function main() -> u32 {
return 1
}