Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 362 Bytes

Mini Project in Rust

This is a mini project I wrote in Rust. The program takes user input for Student name and age, and adds valid student in the Student list.

Add Student logic runs in infinite loop until user presses ‘q’ to exit, which then displays the list of users added in the course and program exits.

After cloning the repo, run cargo run