Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrogson/fizzbuzz.rs
https://github.com/scrogson/fizzbuzz.rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrogson/fizzbuzz.rs
- Owner: scrogson
- Created: 2014-10-10T21:28:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T23:12:50.000Z (about 10 years ago)
- Last Synced: 2024-10-09T18:20:37.318Z (3 months ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```