Hello World in Rust

Hey there! Welcome to my blog. I’m a abourka a full-stack developer, and I figured the best way to kick things off is with the simplest tradition in programming: a "Hello World.", buckle up!

Why Rust?

Rust is fast, safe, and blazzzzzzzzzzzing fast! I am just joking, I chose Rust because I fucking can!

main.rs
fn main() {
    println!("Hello, World!");
    //Prints out "Hello, World!"
}

I hope you guys really enjoyed this productive experience, and I hope you learned something new!

Til next time,

Abourka