leo/compiler/tests/console/log_fail.leo

3 lines
45 B
Plaintext
Raw Normal View History

2020-08-17 03:20:47 +03:00
function main() {
console.log( hello );
}