ichergui / rust-tutorial

Rust programming examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust-tutorial

Rust programming examples

Installing Rust

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Is Rust up to date?
$ rustup update

Compile and run the Rust sample application

$ rustc main.rs 
$ ./main

About

Rust programming examples

License:MIT License


Languages

Language:Rust 100.0%