Forked from postgres123/gist:097557718aec4e8da731f9972d39f5da

Last active 1755932294

Revision 613e5c5841546bb62668012e9634ac3372d5d41f

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