Skip to content

myz-dev/fizz_buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This workspace explores an implementation of the famous FizzBuzz game that focuses on flexibility and extensibility.

Build

Run cargo build to build the CLI library.

Run

Run the binary with cargo run. To pass CLI arguments to the executable, you can run it like this: cargo run -- --help.

Implementation details

The trait TokenCondition describes the interface a type has to implement, in order to participate in the FizzBuzz game. How this trait works and how it is used to power the game, you can see the tests here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages