1 line
54 B
Raku
1 line
54 B
Raku
$*IN.slurp.subst(/ \h* <[ # ; ]> \N* /, '', :g).print
|
$*IN.slurp.subst(/ \h* <[ # ; ]> \N* /, '', :g).print
|