leo/typed/benches/main.leo

4 lines
37 B
Plaintext
Raw Normal View History

2020-08-03 06:33:05 +03:00
function main() {
return 1 + 1
}