Last active 1755679414

Revision 613e5c5841546bb62668012e9634ac3372d5d41f

add.js Raw
1function add (a, b) {
2 return a + b
3}