Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 206 Bytes

Project-Euler

Project Euler exercise

How to use G++ compiler

  1. Add the compiler binary to environment variable
  2. Go to the source directory
  3. Run g++ -o problemx problemx.cpp to build executable