ProjectEuler-Solver
This programm bundles all my solution for the problems from ProjectEuler.net.
Installation
- Download the source code from the master branch.
- Unzipp the file and move all files to the preferred location.
Usage
MAC OS X
- Open Terminal.app and change directory to the
src
folder:cd <path to unzipped files>/src
. - Run the programm via python:
python main.py
.
Compatibility
- The source code was tested on Mac OS X 10.11.6 with python 2.7 only. It might work with another OS and build version of python as well.
- Python must support UTF-8 to be able to execute this program.