Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 876 Bytes

uv

project-euler

attempting to answer Project Euler questions using different programming languages

Install

curl -LsSf https://astral.sh/uv/install.sh | sh

if above doesn't work, follow uv installation

Note

With uv, no python or other pre-reqs needed. the simple uv run command will install python and package depdencis automatically prior to running any script

Run answer

To run script for answer use command below

uv run scripts/<number>/main.py

so for 001

uv run scripts/001/main.py