leo/compiler/tests/macros/debug.leo

3 lines
46 B
Plaintext
Raw Normal View History

2020-07-10 05:23:15 +03:00
function main() {
debug!("hello debug");
}