Git Product home page Git Product logo

a-bunch-of-fizzbuzz's Introduction

A bunch of FizzBuzz

FizzBuzz implemented in a bunch of different languages.

What is FizzBuzz?

FizzBuzz is an easy to solve computing problem often used when learning to code. It is like a step up from Hello World. In the problem there are two numbers: Fizz(3), and Buzz(5). The problem is to count to X(100) and print Fizz every time there is a multiple of Fizz(3), print Buzz every time there is a multiple of Buzz(5), and just print the number if the number is a multiple of neither. If number is a multiple of both Fizz(3) and Buzz(5), print FizzBuzz.

Wanna add your own?

Should you wish to add your own implementations you are welcome to. Just submit a pull request ๐Ÿ˜Š Only rules are:

  • Just the code file, no visual studio projects and the like
  • Try and avoid doing one in the same language (If you do it in a suitably different way then sure)
  • Fizz and Buzz should be declared at the top
  • Shouldn't require user interaction (i.e prompt for Fizz, and Buzz)
  • Feel free to leave your a GitHub link or handle in the code file
  • The code must actually produce FizzBuzz
  • Fizz and Buzz should be set to 3 and 5 when committed to the project.

a-bunch-of-fizzbuzz's People

Contributors

alexff000 avatar hunpeter12 avatar jasper-27 avatar mbruty avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.