Skip to content

mikopits/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzbuzz

The least complicated, most feature complete fizzbuzz ever written.

Usage

Add fizzbuzz = { git = "https://github.com/mikopits/fizzbuzz" } to your Cargo.toml.

Example

extern crate fizzbuzz;

fn main() {
    let mut fb = ::fizzbuzz::FizzBuzz::new(1, 100);
    fb.print();
}

About

Rust fizzbuzz using generics and trait impls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages