Skip to content

attempting to answer Project Euler questions using different programming languages

Notifications You must be signed in to change notification settings

ksdaftari/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

attempting to answer Project Euler questions using different programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages