compress/README.md
2024-04-13 02:41:31 -07:00

338 B

Compresses files using Huffman coding. Please note that decompression isn't implemented yet.

To run with Nix:

nix run ".#" --experimental-features "nix-command flakes" -- myFile

To run with cabal:

cabal run . -- myFile