Skip to content

Commit 6345650

Browse files
authored
Add fizzbuzz.py to README.md
The algorithm is in strings folder of the repo.
1 parent 8089750 commit 6345650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ For running all tests write down:
212212
- [remove_min](stack/remove_min.py)
213213
- [is_sorted](stack/is_sorted.py)
214214
- [strings](strings)
215+
- [fizzbuzz](strings/fizzbuzz.py)
215216
- [delete_reoccurring_characters](strings/delete_reoccurring_characters.py)
216217
- [strip_url_params](strings/strip_url_params.py)
217218
- [validate_coordinates](strings/validate_coordinates.py)

0 commit comments

Comments
 (0)