leo/compiler/tests/console/log_input.leo

3 lines
56 B
Plaintext
Raw Normal View History

2020-08-17 03:20:47 +03:00
function main(a: bool) {
console.log("a = {}", a);
}