fizzbuzz
fizzbuzz copied to clipboard
Implement Fizzbuzz without loop-internal conditionals, or arithmetic operators.
Bitwise Fizzbuzz implementation
Fizzbuzz implementation without loop-internal conditionals, or (almost) arithmetic operators. Use bitwise operations instead.
Orginally written by Ryan Sorensen.