Rust

Rust is a systems programming language. It is highly concurrent and highly secure. It compiles to native code. 
```
fn main(){
   println!("Hello, world!");
}
```