leo/compiler/tests/input_files/program_input/main.leo

3 lines
57 B
Plaintext
Raw Normal View History

2020-07-31 00:38:31 +03:00
function main(a: bool) {
2020-08-17 05:14:26 +03:00
console.assert(a == true);
}