From af58cdd5796b82a82ff62759ae853b0439fe577a Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 21 Mar 2018 10:51:19 +0100 Subject: [PATCH] Added readme --- README.org | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..75422f9 --- /dev/null +++ b/README.org @@ -0,0 +1,5 @@ +* LZW Compressing tool + +This is a university assignment for which I aim to create an LZW algorithm implementation to create a small tool similar to =gzip= and =gunzip= that can compress and uncompress files in a lossless fashion. + +This project is written is C++17, compiled with clang under a UNIX environment. Other compilers and environments will not be tested.