Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 231 Bytes

My implementation of The Rust Programming Language book

The hello world looks like this

fn main() {
    println!("Hello world :D");
}

You can find the book here!