# Goals - [x] Be able to run a program to compress a non-compressed `.txt` file with zlib. This should create a compressed (non-zip format) file. - [x] Be able to run a program to decompress a compressed (non-zip format) file with zlib. This should create a decompressed file. # Testing - [x] The resulting file that was compressed and decompressed must be identical to the original file. - [x] Verify on Windows - [x] Verify on (desktop or github action) Linux - [x] Verify on ARM Zynq - Requires https://github.com/enzoevers/CompressionOffloading/issues/14