rpottsoh / FizzBuzz-Pascal

Just another FizzBuzz program written in Pascal..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz-Pascal

Just a simple FizzBuzz program written in Pascal.
Requires Free Pascal to compile.

FizzBuzz Rules

  • Count from 1 to 100.
  • If the number is a multiple of 3, say 'Fizz'†
  • If the number is a multiple of 5, say 'Buzz'†
  • If the number is a multiple of 15 (both 3 AND 5), say 'FizzBuzz'†

†Exclude saying the number in these cases.

About

Just another FizzBuzz program written in Pascal..


Languages

Language:Pascal 100.0%