Me learning Rust by solving problems on Project Euler
Also first time using git
Just to change which problem file is executed
A small library I wrote to provide a PrimeTools struct that provides some prime number related functionality (iter
, is_prime
, factorize
, etc.)