Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 548 Bytes

File metadata and controls

17 lines (11 loc) · 548 Bytes

fizz-buzz

This is my first repository to test the features of GitHub.

Task

The task, requested by potential software employers, is to write a program which prints numbers from 1 to 100 with the following conditions:

  • multiples of 3 print "Fizz" instead of the number
  • multiples of 5 print "Buzz" instead of the number
  • multiples of 3 & 5 print "FizzBuzz"

Author

Liam Kelly - likel

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details