/rust

Primary LanguageRust

rust-tutorial

Install Rust

https://rustup.rs/

Getting started

$ cargo new hello-world
$ cd hello_world
$ cargo run
Hello, world!