No description
- C 78.3%
- CMake 13.4%
- Dockerfile 8.3%
| .devcontainer | ||
| 001_prime_numbers | ||
| lib/stream_helpers | ||
| .clang-tidy | ||
| .gitignore | ||
| CMakeLists.txt | ||
| README.md | ||
threshold-exercises
Just a repository of my code when participating in some coding exercises with friends.
instructions to build and run
cmake -S . -B build -D CMAKE_C_COMPILER=clangcmake --build build<project>/bin/<program>ex:001_prime_numbers/bin/001_prime_numbers
other info
Dockerfile to build a container the project is built against can be found in /.devcontainer/Dockerfile