Skip to content

Commit 09608a8

Browse files
committed
minor update
1 parent fd36233 commit 09608a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ add(1..10)=55
770770
mult(1..10)=3628800
771771
```
772772

773-
Implement `combine()` two times: one time with a `for` loop, and one time recursively without `for`.
773+
Bonus task: Implement two versions of `combine()`: one with a `for` loop, and one recursive version without using `for`.
774774

775775
37 Multithreading
776776
-----------------

0 commit comments

Comments
 (0)