Rust playground

fn main() {
    let msg = "Hello, World!";
    println!("{}", msg);
}

Rust is a multi-paradigm programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—ensuring without requiring the use of a garbage collector.

⛫ homepage • αω tutorial • ⚘ community