/fizzbuzz

Primary LanguageRustBSD 2-Clause "Simplified" LicenseBSD-2-Clause

fizzbuzz

Classic fizzbuzz program written in Rust.

Usage

In order to build fizzbuzz, run the following commands:

git clone https://github.com/mkottre/fizzbuzz
cd fizzbuzz
cargo build

Then run fizzbuzz with the following command:

./target/fizzbuzz