initial commit

This commit is contained in:
2025-12-25 10:23:02 -06:00
commit d5da9213aa
24 changed files with 4320 additions and 0 deletions

4
lines.sh Normal file
View File

@@ -0,0 +1,4 @@
find src -type f -iname '*.rs' \
| xargs wc -l \
| sort -nr \
| xargs printf "\033[96m%d %s\033[0m\n"