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

https://github.com/loathingkernel/knr2e


https://github.com/loathingkernel/knr2e

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Possible solutions to KnR2E exercises

Each folder has its own README.md with information about the corresponding
exercise. All solutions try to use materials already covered as far in the book,
unless otherwise stated.

To build use:
```bash
mkdir build && cd build && cmake .. && make
```

Any input is welcome.