From 5c00d61f1fa9cf128083a57339f49648f09d4a03 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Thu, 21 Sep 2023 17:36:37 +0200 Subject: Add some code stats to readme (just for fun) --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') 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 +------------------------------------------------------------------------------- +``` + -- cgit v1.1