Added readme

This commit is contained in:
Phuntsok Drak-pa 2018-03-21 10:51:19 +01:00
parent 1cb72d1a5f
commit af58cdd579
1 changed files with 5 additions and 0 deletions

5
README.org Normal file
View File

@ -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.