Answers for "rust how to compile one file"

0

rust compile and run

//In the command line:
---------------------------------------------
>rustc main.rs						//Compiles the main.rs file to main.exe and main.pdb
>main								//Runs the program
Posted by: Guest on July-26-2020

Browse Popular Code Answers by Language