Rust
Rust is a popular programming language used to everything from web server to game engines.
What is Rust for?
Rust is for operation systems development, command line tools, web services, DevOps tooling, embeded devices, audio and video analysis and machine learning, IoT, etc.
Rust is known for being fast and is similar to C and C++ in languade.
fn main() {
println!("Hello, World!)
}
This program will show a sentence 'Hello, World!'.