Solutions for Project Euler These are my Project Euler solutions, written in C to leverage its low-level capabilities for efficient and optimized algorithms. To compile and run a solution: gcc -o bin/output_file_name problem_X.c Then run with ./output_file_name