Student-Grading-System Code
This is a Student Grading System made using Rust
Brought to you by:
debjit-mandal
| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2023-05-25 |
|
[a43913] Create blank.yml |
| .vscode | 2023-05-16 |
|
[f3185e] Initial commit |
| src | 2023-05-16 |
|
[f3185e] Initial commit |
| .gitignore | 2023-05-16 |
|
[f3185e] Initial commit |
| Cargo.lock | 2023-05-16 |
|
[f3185e] Initial commit |
| Cargo.toml | 2023-05-16 |
|
[f3185e] Initial commit |
| LICENSE | 2023-05-25 |
|
[a1fde9] Create LICENSE |
| README.md | 2023-05-31 |
|
[1b257a] Update README.md |
I am a beginner in Rust.I have tried to make a Student Grading System using Rust. Feel free to suggest sny kind of improvements.
To run this code locally:
sudo git clone https://github.com/debjit-mandal/Student-Grading-System
cd Student-Grading-System/src
rustc main.rs
./main or .\main.exe on Windows