A Rust Blog
Hi I’m Ninrod. I’ll be mainly talking about Rust as I carve my way through the learning process.
Let us test how Jekyll renders rust code with a simple hello world:
fn main() {
println!("Hello");
}
/* prints hello world to STDOUT */
And that’s it for today!