Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fs-frost/rusty-fizz-buzz


https://github.com/fs-frost/rusty-fizz-buzz

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# rusty-fizz-buzz

## Run

```shell
# Defaults to 0 to 100
cargo run

# 5 to 15
cargo run 5 15
```