Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 356 Bytes

File metadata and controls

11 lines (7 loc) · 356 Bytes

Intro

Me learning Rust by solving problems on Project Euler

Also first time using git

script.sh

Just to change which problem file is executed

primes

A small library I wrote to provide a PrimeTools struct that provides some prime number related functionality (iter, is_prime, factorize, etc.)