feat: First operational instance with just add
This commit is contained in:
parent
cb016474ec
commit
c5384e0ee7
6 changed files with 123 additions and 0 deletions
3
number/add.mjs
Normal file
3
number/add.mjs
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const add = {
|
||||
'...number': [[], addends => addends.reduce((x,y) => x+y, 0)],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue