338 B
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