diff options
-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 +------------------------------------------------------------------------------- +``` + |