Skip to content

adrianbanks/ProjectEuler-Framework

Repository files navigation

ProjectEuler-Framework

A framework for Project Euler solutions in both C# and F#.

How to get started

Open the solution and run the ProjectEuler project.

How to add new problems

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.

How to add new solutions

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.

About

A framework for Project Euler solutions in both C# and F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published