leo/compiler/tests/console/debug.leo

3 lines
53 B
Plaintext
Raw Normal View History

2020-07-10 05:23:15 +03:00
function main() {
2020-08-17 03:20:47 +03:00
console.debug("hello debug");
2020-07-10 05:23:15 +03:00
}