Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUST

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
Source by doc.rust-lang.org #
 
PREVIOUS NEXT
Tagged: #rust #compile #run
ADD COMMENT
Topic
Name
6+5 =