$git clone [email protected]:VasilyMarkov/Matrices.git
$cmake -S . -B release -DCMAKE_BUILD_TYPE=Release && cmake --build release
$./bld
$./bld TEST
$./matrices < data_file
$./run_tests unit
$./valgrind_tests unit
Tests results in tests/result.log