huffzip is a C++20 file compressor and decompressor project for a Huffman-coding implementation.
cmake -S . -B build
cmake --build build./build/huffzip --helpOn Windows with a single-config generator, the executable may be under build/Debug/huffzip.exe.
ctest --test-dir build --output-on-failure