Rust

Rust is a complex programming language, meant to be a safer alternative to C and C++.

Core program

fn main() {
    let mut v:Vec<i32>=vec![0;3];
}