$> git clone [email protected]:korotindev/huffman_code.git
$> docker-compose build
$> docker-compose run --rm app bash
vscode ➜ / $ cd workspace/
vscode ➜ / $ make
vscode ➜ / $ make test
Or you can use Remote-Containers extension in VSCode (see .devcontainer
folder)
make
will produce 3 files:
build/encode
see help (just run it)build/decode
see help (just run it)build/test
runs bymake test
Note: I've tested it only inside docker but you can try to build and run it locally :)