Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bisand/fizzbuzz
https://github.com/bisand/fizzbuzz
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bisand/fizzbuzz
- Owner: bisand
- License: mit
- Created: 2023-11-14T09:27:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T13:45:20.000Z (about 1 year ago)
- Last Synced: 2024-11-08T16:12:22.270Z (2 months ago)
- Language: C#
- Size: 338 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FizzBuzz, JazzFuzz assignment
> DISCLAIMER: This is just one of many implementations of the FizzBuzz assignment. DO NOT just copy and paste, but see it as one of many ways to solve this puzzle. Remember that this assignment can be dramatically simplified!
The implementation is located in [FizzBuzz.Numbers](./FizzBuzz.Numbers/). Please go there for more information and examples.