update repository
[cmdllinux.git] / bash_n_examples / luajit / luajit.lua
blob8399d34716bc1e7c55de6a88735ef8930aebdad6
1 local x=0
2 for i=1,1e9 do x=x+i end
3 print(x)