A framework for Project Euler solutions in both C# and F#.
Open the solution and run the ProjectEuler project.
If you want to solve a problem that is currently not included in the solution, add a new class into the Problems folder in the ProjectEuler project. A template for the new problem can be found in the root of the checkout folder.
To solve a problem, add a new class to either the CSharpSolutions or the FSharpSolutions project, depending on which language you want to solve the problem in. A template for both C# and F# solutions can be found in the root of the checkout folder.