• Contact Us
  • We are a dedicated and quite group of technologists.

Rust

modern systems programming language

Hello, World!

// main.rs
fn main() {
  let message = "hello, world!";
  println!(message);
}