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

3 lines
45 B
Plaintext

function main() {
console.log( hello );
}