Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loathingkernel/knr2e
https://github.com/loathingkernel/knr2e
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loathingkernel/knr2e
- Owner: loathingKernel
- Created: 2019-06-02T11:19:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T17:30:28.000Z (about 3 years ago)
- Last Synced: 2024-11-18T00:36:07.496Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.