leo/tests/pass/parse/console/log_input.leo
2021-03-03 09:59:24 -08:00

3 lines
56 B
Plaintext

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