I created this blog to write about Rust and other random stuff.
pub fn hello() {
println!("hello world!");
}
../hello-world
I created this blog to write about Rust and other random stuff.
pub fn hello() {
println!("hello world!");
}