iteration

This commit is contained in:
Layla 2023-10-08 04:18:31 -04:00
parent f3c4004500
commit 654c5394cd

View File

@ -5,4 +5,4 @@ if args[1] == nil then
return
end
os.write(lns.lookup(args[1]) .. "\n")
io.write(lns.lookup(args[1]) .. "\n")