Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how programm rust with linux

# for download rust:
$ sudo apt install rustc

# for compile file:
$ rustc file.rs

# for open compiled file:
$ ./file
 
PREVIOUS NEXT
Tagged: #programm #rust #linux
ADD COMMENT
Topic
Name
4+5 =