Introduction to my blog
28 November of 2021Hello, my name is Marc.
This is my new blog. It will be mainly focused on programming ( and probably cryptocurrencies ).
mod utils {
pub fn greet(name: &str){
println!("Hello {}!", name);
}
}