Rust Hello World

Rust Hello World program:

fn main() {
    println!("Hello World!");
}Code language: Rust (rust)

Was this Helpful ?