Skip to content

Commit 33bfb83

Browse files
committed
feat: add integer_to_roman algorithm with doctests
1 parent 9313f38 commit 33bfb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/integer_to_roman.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ def integer_to_roman(n: int) -> str:
4949
if __name__ == "__main__":
5050
import doctest
5151
doctest.testmod()
52+

0 commit comments

Comments
 (0)