diff options
author | Andreas Fankhauser hiddenalpha.ch | 2023-09-21 17:36:37 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2023-09-21 17:36:37 +0200 |
commit | 5c00d61f1fa9cf128083a57339f49648f09d4a03 (patch) | |
tree | deb2d19731711da1d0ffb59e978a3dae1818f843 | |
parent | 2e9937089bfac956b6b928a2609d585d15e0eb58 (diff) | |
download | DeflateAndInflate-5c00d61f1fa9cf128083a57339f49648f09d4a03.zip DeflateAndInflate-5c00d61f1fa9cf128083a57339f49648f09d4a03.tar.gz |
Add some code stats to readme (just for fun)
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -2,7 +2,7 @@ Pure DeflateInflate executables =============================== -Deflate and inflate commandline frontend for zlib. +Minimal deflate and inflate commandline frontend for zlib. ## Build / Install @@ -12,3 +12,18 @@ Use well-known configure/make/install proceduce. Alternatively `contrib/build-using-docker/README.md` provides an isolated and easier to reproduce build environment via docker. + +## Stats for Nerds + +```txt +------------------------------------------------------------------------------- +Language files blank comment code +------------------------------------------------------------------------------- +C 3 68 30 355 +C/C++ Header 1 9 1 18 +Markdown 1 7 0 7 +------------------------------------------------------------------------------- +SUM: 5 84 31 380 +------------------------------------------------------------------------------- +``` + |