leo/compiler/tests/console/log.leo

3 lines
51 B
Plaintext
Raw Normal View History

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