../hello-world

Hello World

I created this blog to write about Rust and other random stuff.


pub fn hello() {
    println!("hello world!");
}