Skip to content

Files

Latest commit

author
username
Sep 12, 2021
ff0901e · Sep 12, 2021

History

History

rust

Project Euler for Rust

Usage

# Git clone
git clone git@github.com:treetips/project-euler.git
cd project-euler/rust
# Run all unit tests.
./unit-test.sh
# Run one unit test.
./unit-test.sh p001