leo/benchmark/simple.leo
2020-04-30 14:00:30 -07:00

5 lines
56 B
Plaintext

function main() -> () {
assert_eq(45, 45);
return
}