Last active 1755679414

Revision 017e7f2ed0891d88375a3e969b3a2d35f87714f4

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