DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

RUST Reference: Rust Introduction

Quick reference for Rust Introduction.

Read time: 1 min Words: 16
My Progress

RUST Reference — Rust Introduction

Quick summary of Rust Introduction with syntax and example.

Syntax

fn main(){}

Example

fn main(){
  println!("Hello Rust");
}