leo/compiler/tests/integers/u32/min.leo

3 lines
37 B
Plaintext
Raw Normal View History

function main() -> u32 {
return 0
}