Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 371 Bytes

Little Projects Written in Rust

Rust is an interesting system language with unique paradigm and exceptional documentation. This little projects were implemented for purpose of learning the language and just having fun. To compile and run, go inside a project folder and do

$ cargo run

Cargo is Rust’s convenient package manager