Welcome to fizzbuzz generator

  • You can generate serise of numbers from 1 to a limit.
  • If a number is divisible by your input in fizz it will print "fizz"
  • If a number is divisible by your input in buzz it will print "buzz"
  • Remember this will print "fizzbuzz" if number is divisible by both