leo/compiler/tests/console/debug.leo
2020-08-16 17:20:47 -07:00

3 lines
53 B
Plaintext

function main() {
console.debug("hello debug");
}