https://github.com/scrogson/fizzbuzz.rs
https://github.com/scrogson/fizzbuzz.rs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrogson/fizzbuzz.rs
- Owner: scrogson
- Created: 2014-10-10T21:28:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T23:12:50.000Z (almost 11 years ago)
- Last Synced: 2025-02-28T19:53:05.366Z (5 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
```