Skip to content

Instantly share code, notes, and snippets.

@kaworun
Created February 6, 2013 16:47
Show Gist options
  • Save kaworun/4723907 to your computer and use it in GitHub Desktop.
Save kaworun/4723907 to your computer and use it in GitHub Desktop.
for i = 1, 9 do
for j = 1, 9 do
io.write(string.format("%-3d", i * j))
end
print ""
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment