Switzerhegg 2012 by nonchip

n=io.read"*n" s=("Easterhegg"):rep(n*n*10) for _,k in ipairs{5,4,2,4,5} do k=k*n for _=1,n do print(s:sub(1,k)..("  "):rep(n*5-k)..s:sub(k+1,k*2)) s=s:sub(k*2+1) end end

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

download

return to the top page