Rust RPG
! Hello this is a RUST RPG created by arukovic!
This is just a simple RPG created by purely Rust... feel free to run it!
Manually running
1st create a project
cargo new project_name
2ndcargo build
3rd go inside thesrc
file and then navigate tomain.rs
delete all and paste the code. 3rdcargo run file_name
IMPORTANT!
Make sure to firstly install Microsoft C++ build tools then install Rust
So,
cargo new project_name
cargo build
cargo run file_name