Skip to content

ggolish/SimpleCompressor

Repository files navigation

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.