Skip to content

Commit a10009d

Browse files
committed
Add factorial.
1 parent 77e897b commit a10009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/math/factorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ than or equal to `n`. For example:
99
```
1010

1111
| n | n! |
12-
| ----- | :-------------------------: |
12+
| ----- | --------------------------: |
1313
| 0 | 1 |
1414
| 1 | 1 |
1515
| 2 | 2 |

0 commit comments

Comments
 (0)