leo/parser/tests/serialization/main.leo
2021-08-19 06:04:44 -07:00

4 lines
48 B
Plaintext

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