No description
  • C 78.3%
  • CMake 13.4%
  • Dockerfile 8.3%
Find a file
2025-04-16 23:35:20 +00:00
.devcontainer changed version of Clang to use the same as Qodana to ensure CI/CD on server is no different when run locally 2025-04-16 23:25:09 +00:00
001_prime_numbers added newline characters to end of files that didn't have it 2022-12-23 10:42:40 -06:00
lib/stream_helpers applied fix suggested by clan-tidy 2023-01-12 20:59:02 -06:00
.clang-tidy added another check for clang-tidy 2025-04-16 23:35:20 +00:00
.gitignore added clang-tidy to dockerfile to provide static analysis 2025-04-11 20:14:25 +00:00
CMakeLists.txt updated c standard to the latest that clang-19 supports 2025-03-24 18:10:56 +00:00
README.md Revert "Update README.md" 2025-04-10 22:18:48 +00:00

threshold-exercises

Just a repository of my code when participating in some coding exercises with friends.

instructions to build and run

  1. cmake -S . -B build -D CMAKE_C_COMPILER=clang
  2. cmake --build build
  3. <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