Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 147 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 147 Bytes

! Under construction !

Build

mkdir build
cd build
cmake ..
make

Format

make clang-format

Tests

make test