attempting to answer Project Euler questions using different programming languages
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
To run script for answer use command below
uv run scripts/<number>/main.py
so for 001
uv run scripts/001/main.py