Skip to content

Rust

Rust logo

Rust is a compiled programming language. He has a relatively high-level syntax and use no garbage collector.

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