Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 201 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 201 Bytes

Follows this book for building a Rust CLI: https://rust-cli.github.io/book/

To run cli cd grrs cargo run cargo run main src/main.rs

To run tests cd grrs cargo test