Length of FizzBuzz by Shanethegamer

for n=0 to 99 do let x=n mod 3/2*4+n mod 5/4*4 in print_int(if x>0 then x else if n>9 then 2 else 1);print_endline""done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page