| Classes | Problem Euler | Description |
|---|---|---|
| Problem 1 | Multiples of 3 or 5 | Find the sum of all the multiples of 3 or 5 below 1000 |
| Problem 2 | Even Fibonacci Numbers | Find the sum of the even-valued terms of the Fibonacci |
| Problem 3 | Largest Prime Factor | What is the largest prime factor of the number 600851475143 |
The workspace contains two folders by default, where:
src: the folder to maintain sourcesproblems: the folder to maintain problems
lib: the folder to maintain dependencies