Welcome to my Project Euler repository!
Here lie my programs to have successfully solved Project Euler problems in C.
You may notice a libmy.a file at the root of this repository; it is a static library containing a variety of utility functions that I compiled. Which of these functions are used by each problem, is specified in their my.h file).
Who knows, maybe one day I'll make a huge unit testing file scanning all of the problems and flex my coverage...
Tip
Because the one-minute rule may not always be respected, I put my program's execution times in prob_times.md.
Warning
Some of the solutions I didn't upload because they were easily solved by programs I had already made; problems solved by said programs are listed in prob_other.md.
Note
Feel free to report any bug or error concerning a solution by opening an issue.