Blackjack engine and CLI.
Includes dynamic library exposing the engine with C data types.
GoogleTest is used for writing unit tests.
mkdir build && cd build
cmake ..
make