Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

Obfuscated fizzbuzz

create a program to genererate a sequence of numbers from 1 to 100. for every number divisible by 3 print fizz, for every number divisible by 5 print buzz, for every number divisible by both 3 and 5, print fizzbuzz. else just print the number. do this in the most obfuscated way possible.

Deadline: october the 10th, 2018 (yes this one is a bit shorter than a month, this one shouldnt be too difficult)

submissions: