Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 908 Bytes

File metadata and controls

37 lines (23 loc) · 908 Bytes

Simple Compressor

A simple text compressor created for Systems Programming class.

Usage:

Build executable with the following command:

make compress456

To compress a file, use:

compress456 -e <file>

To decompress, use:

compress456 -d <file-with-456-extension>

Algorithms Used:

Author:

Written by Gage Golish.

License:

This software is licensed under the terms of the MIT License.