Skip to content

eesazahed/fizzbuzz-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz

Fizzbuzz made in Rust.

Install Rust (macOS):

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
export PATH="$HOME/.cargo/bin"

Run:

rustc main.rs && ./main

Releases

No releases published

Packages

No packages published

Languages