fadedreamz / Rust

Hello World! in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust

Hello World! in Rust

Installing the toolchain

Rust provide quick way of instaling rust toolchain {rustc, rustup, cargo, etc } via a script

For Linux/Unix based system:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

For Windows see rustup.rs

Building the example

cargo build

For dry run use

cargo check

Running the example

cargo run

About

Hello World! in Rust

License:The Unlicense


Languages

Language:Rust 100.0%