Hello from Lua!

print(os.date('%a %b %d %H:%M:%S %Z %Y'))
Mon Dec 30 06:04:13 CET 2024

for i = 1,10 do print(i) end
1
2
3
4
5
6
7
8
9
10