Files
nel/nellie/helper.nel
2026-03-29 11:46:50 +01:00

8 lines
68 B
Plaintext

// single line comment
log "a";
/*
multi
line
comment
*/
log "b";