leo/compiler/tests/u32/one.leo

4 lines
42 B
Plaintext
Raw Normal View History

2020-05-02 08:10:40 +03:00
function main() -> (u32) {
return 1
}