Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 180 Bytes

File metadata and controls

8 lines (6 loc) · 180 Bytes

ProjectEuler

My c++ solutions to projecteuler problems

You can easily run it by typing in main() problem number you need to solve like that:

... problem/YOUR NUMBER/(); ...