My solutions to the Project Euler problems.
Problems solved in problems directory.
Compiled and tested on
- macOS (Sierra 10.12.5, clang)
- Linux (Ubuntu, gcc)
- Windows (7, gcc)
Dependencies: libcurl, libtidy
To build and run:
make #build all problems
make all #build all problems
make run-all #build and run all problems
make problemX #build problem X
make run-problemX #build and run problem X
bin/problemX #run problem X
gdb bin/problemX #debug problem X