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

3 lines
51 B
Plaintext
Raw Normal View History

2020-07-31 00:38:31 +03:00
function main(a: bool) {
assert_eq!(a, true);
}