This website requires JavaScript.
Explore
Help
Sign In
reactor
/
lunar_wave
Watch
1
Star
0
Fork
You've already forked lunar_wave
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5466e6ec56
lunar_wave
/
test_vectors
/
math.lua
7 lines
89 B
Lua
Raw
Blame
History
local
function
add
(
a
,
b
)
return
a
+
b
end
print
(
(
"
1 + 2 = %i
"
)
:
format
(
add
(
1
,
2
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink