//In the command line:
---------------------------------------------
>rustc main.rs //Compiles the main.rs file to main.exe and main.pdb
>main //Runs the program
cargo run
in the shell, in your largest relevant directory, type:
cargo build