Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedcosmos/fizzbuzz
https://github.com/codedcosmos/fizzbuzz
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/codedcosmos/fizzbuzz
- Owner: codedcosmos
- License: mit
- Created: 2020-06-15T03:07:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T03:52:04.000Z (over 4 years ago)
- Last Synced: 2024-11-29T16:25:50.176Z (2 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FizzBuzz
The plan for this repo is to host solutions to the fizzbuzz problem in as many languages as possible.
## Number of languages supported so far:
### 4## Contributors
* codedcosmos## Contribution
If you wish to contribute to this project I ask that you follow some simple guidelines1) Create a folder named the language you wish to add
2) Add the fizzbuzz code and a `run.sh` (`run.bat` as well if possible)
3) Minimise the complexity of the build system (if one exists at all)
4) Add `.gitignore` to remove the built file and anything else building the program would generate
5) Add `author.txt` and simply put your username/alias/name in if you want to take credit for the language. Leave it empty if you don't. Also add your name to the Contirbutors section above in this readme if you wish to.