leo/compiler/tests/console/log_parameter_many.leo

3 lines
57 B
Plaintext
Raw Normal View History

2020-08-17 03:20:47 +03:00
function main() {
console.log("{} {}", 1u32, true);
}