This reverts commit 1512c481fc.
1512c481fc
@@ -1,14 +0,0 @@
for i=1, 10, 1 do
local out = ""
if(i % 3 == 0) then
out = out .. "Fizz"
end
if(i % 5 == 0) then
out = out .. "Buzz"
if(out == "") then
io.write(tostring(i).."\n")
else
io.write(out.."\n")
The note is not visible to the blocked user.