https://github.com/buckley-w-david/fizzbuzz-api
Webscale FizzBuzz
https://github.com/buckley-w-david/fizzbuzz-api
fizzbuzz joke
Last synced: 21 days ago
JSON representation
Webscale FizzBuzz
- Host: GitHub
- URL: https://github.com/buckley-w-david/fizzbuzz-api
- Owner: buckley-w-david
- Created: 2021-10-31T04:29:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T05:34:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T02:12:13.972Z (9 months ago)
- Topics: fizzbuzz, joke
- Language: Rust
- Homepage: https://fizzbuzz.ca
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz API
A revolutionary step forward in computing.
No longer shall we be forced to slave away in the code mines, breaking our backs cranking out FizzBuzz implementations to satisfy our FAANG overlords.
```python
from urllib.request import urlopenfor i in range(1, 100):
resp = urlopen(f'https://fizzbuzz.ca/{i}')
print(resp.read().decode())
```![]()
rust btw