korolr / FizzBuzz-Hacktoberfest-2021

πŸŽƒ Submit creative FizzBuzz solutions in any language you want! Open for beginners !

Home Page:https://5h0bh4nk.github.io/FizzBuzz-Hacktoberfest-2021/javascript/weird_fizzbuzz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽƒ Hacktoberfest 2021 FizzBuzz


Submit creative FizzBuzz solutions in any language you want!


TL;DR:
We're searching for creative/extraordinary/weird FizzBuzz solutions :)


Maintainers ( lets connect through github 😊 )

❗ READ BEFORE CONTRIBUTING

THIS REPOSITORY IS IN COMPLIANCE WITH THE HACKTOBERFEST VALUES AND RULES:
We cannot and will not accept every PR and label invalid one's accordingly! Examples are off-topic contributions, duplicated solutions, copy-paste solutions as well as obvious +1 attempts.
We are searching for interesting/creative/abstract/unique/extraordinary/weird solutions to FizzBuzz. Only one normal solution per language is permitted!
This repository aligns with the values of the Hacktoberfest as it is meant as a fun challenge as well as a platform to learn (experiment with different solutions, challenging yourself to come up with creative solutions to a unique problem).
Denied PR's can be found here.


πŸ”§ Steps to add your solution:

  1. Star and Fork this repository.

  2. Add your solution to the folder with the name of your language. If there is no folder for your language yet, create one!

  3. Name your file with a fitting description.

  4. Comment the first lines of your file (if possible) like that (use whatever commenting syntax is supported by the language you use!):

// [SHORT DESCRIPTION HERE]
// Author: @YourGitHubUserName

...

A sample file can be found here: https://github.com/5h0bh4nk/FizzBuzz-Hacktoberfest-2021/blob/master/C++/basic_fizbuzz.cpp


❓ What is FizzBuzz?

Quick summary:

FizzBuzz is a program that prints the numbers from 1 to 100. But for multiples of three it prints β€œFizz” instead of the number and for the multiples of five, it prints β€œBuzz”. For numbers which are multiples of both three and five it prints β€œFizzBuzz”.


[Image source Β© 100daysofalgorithms]

Read more about it here: https://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/


πŸ† Top 5 personal favorites:

The response was so great that i couldnt choose just 5 . So , here are the top ones :

❓ What do you mean by "creative" solutions?

Well, I'm not looking for normal solutions. You know, the ones you'd find in a book or so. I'm looking for something interesting! Whether that's a fancy one-liner in the language of your choice, or perhaps a funny eso-language, or maybe an intentionally weird solution that you don't even quite understand yourself (be sure to document those!). Anyhow, the goal is to have fun and maybe even learn a thing or two.

All contributors


Happy hacking!

About

πŸŽƒ Submit creative FizzBuzz solutions in any language you want! Open for beginners !

https://5h0bh4nk.github.io/FizzBuzz-Hacktoberfest-2021/javascript/weird_fizzbuzz/

License:The Unlicense


Languages

Language:C++ 23.5%Language:HTML 10.4%Language:Java 8.7%Language:JavaScript 7.6%Language:Python 5.8%Language:Assembly 4.1%Language:COBOL 3.9%Language:Brainfuck 3.7%Language:C 2.8%Language:Elm 2.4%Language:CSS 2.2%Language:Lua 2.1%Language:Shell 1.4%Language:ABAP 1.3%Language:R 1.2%Language:PHP 1.1%Language:Pascal 1.1%Language:LOLCODE 1.0%Language:Elixir 0.9%Language:Kotlin 0.9%Language:Groovy 0.8%Language:Clojure 0.8%Language:Ada 0.8%Language:TypeScript 0.7%Language:Fortran 0.7%Language:Common Lisp 0.7%Language:C# 0.6%Language:Rust 0.6%Language:Go 0.6%Language:Racket 0.6%Language:Ruby 0.5%Language:OCaml 0.5%Language:Perl 0.5%Language:Crystal 0.5%Language:Prolog 0.5%Language:Haskell 0.5%Language:PowerShell 0.5%Language:D 0.4%Language:Batchfile 0.4%Language:Tcl 0.4%Language:Julia 0.4%Language:MATLAB 0.4%Language:Dart 0.3%Language:VBScript 0.3%Language:Scala 0.3%Language:F# 0.3%Language:CoffeeScript 0.2%