An open API service indexing awesome lists of open source software.

https://github.com/aalexuser/low-level-programming


https://github.com/aalexuser/low-level-programming

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# LLP Database
## Quick Start
To run tests:
```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_BENCHMARK=OFF -DBUILD_TESTING=ON ..
cmake --build .
ctest
```