Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (X13/Arch)
Updated GH CI
4d7b7ee
3 years ago
770 Commits
nujel
/
benchmark
/
for
/ lua.lua
Raw
text/x-lua
•
106 B
•
7 lines
#!/usr/bin/env lua ret = 0 for i = 1,(10000000-1) do ret = ret + i end print("The result is ",ret)