summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-09-21 17:36:37 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-09-21 17:36:37 +0200
commit5c00d61f1fa9cf128083a57339f49648f09d4a03 (patch)
treedeb2d19731711da1d0ffb59e978a3dae1818f843
parent2e9937089bfac956b6b928a2609d585d15e0eb58 (diff)
downloadDeflateAndInflate-5c00d61f1fa9cf128083a57339f49648f09d4a03.zip
DeflateAndInflate-5c00d61f1fa9cf128083a57339f49648f09d4a03.tar.gz
Add some code stats to readme (just for fun)HEADmaster
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index c97bbed..cdf708a 100644
--- a/README.md
+++ b/README.md
@@ -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
+-------------------------------------------------------------------------------
+```
+