Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scrogson/fizzbuzz.rs


https://github.com/scrogson/fizzbuzz.rs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

FizzBuzz in Rust
================

> Simple fizzbuzz in Rust.

### Test

```bash
rustc --test fizzbuzz.rs && ./fizzbuzz
```

### Run it

```bash
rustc fizzbuzz.rs && ./fizzbuzz
```