Skip to content

DeimosHall/Basics-of-Rust

Repository files navigation

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!

About

My implementation of The Rust Programming Language book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages