A fizzbuzz engine that can count to any non-negative integer with only 22 blocks. Fizzbuzz works where it counts to a number and if it is divisible by 3 it says fizz, if it is divisible by 5 it says buzz, and if it is divisible by both it says fizzbuzz
Made by myself