leo/compiler/tests/macros/print_input.leo

3 lines
51 B
Plaintext
Raw Normal View History

2020-07-10 05:23:15 +03:00
function main(b: bool) {
print!("b = {}", b);
}