Answers for "run rust"

0

runnning rust file

$ rustc main.rs
$ ./main
Hello, world!
Posted by: Guest on November-06-2021
-1

rustlang how to run a program

find your main.rs file in the source directory using the command line
Type "main" (without the quotation marks) into the terminal and press enter
Posted by: Guest on July-24-2020

Browse Popular Code Answers by Language