Browse Source

feat(sweet-curry): clarify subject request

pull/2025/head
nprimo 12 months ago committed by Niccolò Primo
parent
commit
0696bc8ebc
  1. 2
      subjects/sweet-curry/README.md

2
subjects/sweet-curry/README.md

@ -6,7 +6,7 @@ Create the following functions with the "currying" process. Those functions shou
- `mult2`: that multiplies two numbers.
- `add3`: that adds three numbers.
- `sub4`: that subtracts four numbers.
- `sub4`: that subtracts four numbers in the given order: first number minus second number etc.
### Notions

Loading…
Cancel
Save