index
:
.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
wrez
/
walker
/
beautify
blob: 181029119de99d72b5228b583462f5216ca90ab1 (
plain
)
1
2
3
4
5
6
while (<>) { s/\t//g; s/\/\/[^\n]+//g; print; }