1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-04 07:59:02 +03:00
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");
}