Skip to content

Commit

Permalink
Rename Factorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Nov 18, 2023
1 parent e342387 commit ea57ddf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,12 +836,12 @@ In order to achieve greater coverage and encourage more people to contribute to
</a>
</td>
<td> <!-- Python -->
<a href="./src/python/fatorial.py">
<a href="./src/python/factorial.py">
<img align="center" height="25" src="./logos/python.svg" />
</a>
</td>
<td> <!-- Go -->
<a href="./src/go/fatorial.go">
<a href="./src/go/factorial.go">
<img align="center" height="25" src="./logos/golang.svg" />
</a>
</td>
Expand All @@ -861,7 +861,7 @@ In order to achieve greater coverage and encourage more people to contribute to
</a>
</td>
<td> <!-- Rust -->
<a href="./src/rust/fatorial.rs">
<a href="./src/rust/factorial.rs">
<img align="center" height="25" src="./logos/rust.svg"/>
</a>
</td>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ea57ddf

Please sign in to comment.