Initial commit

This commit is contained in:
NIT_Report
2025-06-26 10:28:01 +09:00
commit e027e09906
51 changed files with 2210 additions and 0 deletions

5
script/word-count.bash Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# count all words including source code
pandoc --from latex $1 --to plain | wc -w