Hello, world!

2022-01-15

Hello, world! This is my first blog post.

// A hello world program in rust
fn main() {
	println!("Hello World!")
}

println! is a macro that prints text to the console.

Made with Zola.