leo/compiler/tests/console/debug.leo
2020-08-16 16:10:07 -07:00

3 lines
46 B
Plaintext

function main() {
debug!("hello debug");
}