Learning Rust
Taking from the documentation, the Rust Book.
Run File
Compile the file:
rustc file.rs
Run the file:
Windows (Write the first letter + tab):
.\file.exe
(Look the .exe)
Rust Online Compiler
Windows errors
Change to gnu
Taking from the documentation, the Rust Book.
Compile the file:
rustc file.rs
Run the file:
Windows (Write the first letter + tab):
.\file.exe
(Look the .exe)
Change to gnu