Note – This is not a tutorial. This is me trying to learn a new language.
This is the book that I am learning rust from – The Rust Programming Language.
I am using windows, so I had to set the path to rest bin after installing.
Hello world in rust.
fn main() { println!("Hello, world!"); }