Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 603 Bytes

Project Euler Solution Set

This repository contains solutions to the first 50 problems from Project Euler, written in Python. The goal is to expand these solutions to other programming languages in the future.

Getting Started

Clone the repository to your local machine:

git clone https://github.com/yourusername/project-euler-solutions.git
cd project-euler-solutions

Usage

Each problem has its own Python script. To run a solution, use Python 3:

python3 problem1.py

Replace problem1.py with the script for the problem you want to solve.