Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 464 Bytes

euler_project_solutions

What is it?

My solutions for project euler challenge - https://projecteuler.net/.

Usage

Made mostely for checking out the code, but if you wish to run it yourseld (few of the solutions have fun bonus outputs) you can just:

git clone https://github.com/niryarden/euler_project_solutions
cd euler_project_solutions
python3 solutions\euler<ques_number>.py

requirements

Nothing but any version of python3

Enjoy :)