leo/compiler/tests/macros/print_input.leo
2020-07-30 16:27:31 -07:00

3 lines
51 B
Plaintext

function main(a: bool) {
print!("a = {}", a);
}