Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 421 Bytes

File metadata and controls

32 lines (21 loc) · 421 Bytes

FizzBuzz

Description

This is a compilation of the famous FizzBuzz game in a few different programming languages

Usage

Download and move to the correct directory with:

git clone https://github.com/ChickeyX/FizzBuzz.git
cd ~/FizzBuzz

Bash/Shell

bash FizzBuzz.sh

Python

python3 FizzBuzz.py

JavaScript

node FizzBuzz.js