RUST Reference: Rust Introduction
Quick reference for Rust Introduction.
RUST Reference — Rust Introduction
Quick summary of Rust Introduction with syntax and example.
Syntax
fn main(){}
Example
fn main(){
println!("Hello Rust");
}
Quick reference for Rust Introduction.
Quick summary of Rust Introduction with syntax and example.
fn main(){}
fn main(){
println!("Hello Rust");
}