This is a compilation of the famous FizzBuzz game in a few different programming languages
Download and move to the correct directory with:
git clone https://github.com/ChickeyX/FizzBuzz.git
cd ~/FizzBuzz
bash FizzBuzz.sh
python3 FizzBuzz.py
node FizzBuzz.js