leo/parser/tests/serialization/main.leo
2021-08-18 06:23:23 -07:00

4 lines
42 B
Plaintext

function main() {
return 1u8 + 1u8;
}