leo/compiler/tests/input_files/program_input_constants/main.leo
2021-03-12 13:56:38 +03:00

3 lines
63 B
Plaintext

function main(const a: bool) {
console.assert(a == true);
}