Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 319 Bytes

Project Euler

This repo has the source code to solve the problems from Project Euler (https://projecteuler.net/).

I highly recommend you try to solve the problems yourself before looking at the code in this repo.

It shouldn't take much to get this code running.

GCC: 5.2.1 (Any version should work)

Language: C99