index
:
luarocks.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
fixtures
/
busted_project
/
sum.lua
blob: ba12805a08e957837128997a061e1bf715ee97dc (
plain
)
1
2
3
4
5
6
7
local
sum
= {}
function
sum
.
sum
(
a
,
b
)
return
a
+
b
end
return
sum