Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 318 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 318 Bytes

rust-commandline-example

Example for building a command line application using Rust

You can start it using cargo run and then navigate to Home by pressing h, to the Pets menu using p and you can add random pets using a and deleted the selected pet using d. By pressing q, you can quit the program.