I'll be uploading my C++ solutions for each of the Project Euler problems to this repository.
For this project, I am using JetBrains CLion.
- data - Contains data files for various problems, usually in the form of text files.
- src - Contains all of the source code files for the project.
- BigNumber - Created by me.