Skip to content

Showcasing fizz-buzz in different programming languages | All the code is commented and has sufficient documentation

License

Notifications You must be signed in to change notification settings

Jotrorox/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizz Buzz

GitHub Top Language Badge GitHub Language Count Badge GitHub Repository Size Badge GitHub License Badge GitHub Issues Badge GitHub Stars Badge


Description   |   How To Use   |   License   |   Contribute   |   Authors

Description

Fizz Buzz is a project, that is made to give an overview of diffrent languages. Or to be practical, here you see how to write a simple Fizz Buzz program in different programming languages. All of that written in clean and well documented code. Why am I doing this? 1. I think it is interersting how different languages are approaching and solving this simple Program and 2. I saw the challenge in the CodeSloth Newsletter and it kinda got out of hand. So here we are.

How To Use

Note: Since this is a collection of different programming languages, you have to have the specific language installed on your machine.
If you want/need help with that, feel free to ask me. Or take a look into the folder of the specific language. There you will find a README.md file with instructions on how to install the language.

It's pretty simple. Just clone the repo and run the script but to just give you the commands here they are:

# Clone the repository
$ git clone https://github.com/jotrorox/fizzbuzz.git

# Change the directory
$ cd fizzbuzz

# Run the script
$ ./fizzer.sh

License

Distributed under the AGPLv3 License. See LICENSE for more information.

Contribute

If you want to contribute to this project and make it better, your help is very welcome. Create a pull request and I will look at it. And if you have any questions, feel free to open an issue. I will be happy to help you.

Anyway here a simple guide to contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

Made with ❤️ by:

About

Showcasing fizz-buzz in different programming languages | All the code is commented and has sufficient documentation

Topics

Resources

License

Stars

Watchers

Forks