Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 293 Bytes

Rust exercises

Installation

See https://rustup.rs

Setup

git clone https://github.com/ericrasmussen/rust-exercises
cd rust-exercises

add your code!

$EDITOR problems/problem1/src/lib.rs

run the tests

cargo test --all

run the main function

cargo run