Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 250 Bytes

File metadata and controls

17 lines (9 loc) · 250 Bytes

Rust

Programs for learning the language.

Usage

We are using Cargo to manage the Rust projects.

Example Commands

Run all the projects

cargo run

Test the anagram project

cargo test -p anagram