Towerism / learning-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning-rust

Collection of programs written while learning rust!

About this repository

You don't need anything to read the code in this repo, OBVIOUSLY. But if you want to compile and run them, you will want to install the Rust toolchain. Go here for more information about that.

About these programs

Each directory contains a rust program. To run any given program, simply cd into its corresponding directory and run cargo build followed by cargo run.

About

License:MIT License


Languages

Language:Rust 99.1%Language:HTML 0.9%