Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Shortest? 52 - Kill me now solution in Creative category for Fizz Buzz by StefanPochmann
# Automatically migrated by CheckiO from python 2.7
checkio=lambda n:'Fizz Buzz'[n%-3&-4:n%-5&8^12]or repr(n)
April 24, 2015
Comments: