Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Environment Setup Ubuntu 17.04

sudo apt-get install build-essential cmake

Environment Setup OSX

1. brew update && brew upgrade
2. brew install cmake

Go to project Euler and sign up

Go to https://projecteuler.net/about
Click the Register button to get a project Euler account and track your progress solving problems.

Build it

clone https://github.com/DensityCo/cplusplus.git
change to the 003-projectEuler directory
View main.cpp to see the source.
cmake .
make
./ProjectEuler