strbonacci FIXED by pooq

while""do
a,b=io.read():match"(.*) (.*)"for i=1,7 do
io.write(a.." ")a,b=b,b..a
end
print(a)end

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

download

return to the top page