leo/compiler/tests/macros/print_parameter_many.leo
2020-07-09 19:23:15 -07:00

3 lines
52 B
Plaintext

function main() {
print!("{} {}", 1u32, true);
}