leo/asg/tests/fail/console/log_input.leo
2021-01-25 07:19:38 -08:00

3 lines
56 B
Plaintext

function main(a: bool) {
console.log("a = {}", a);
}