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
Benjamin Vincent Schulenburg
Fixed *module* not being bound for fs modules
8f4a5ef
3 years ago
874 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)