leo/compiler/tests/macros/print_parameter_many.leo

3 lines
52 B
Plaintext
Raw Normal View History

2020-07-10 05:23:15 +03:00
function main() {
print!("{} {}", 1u32, true);
}