Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 14, 2024
1 parent e8edf56 commit 32dcd3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Algomap/roman_to_integer/roman_to_integer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class Solution(object):
def romanToInt(self, s):
"""
:type s: str
:rtype: int
"""

0 comments on commit 32dcd3a

Please sign in to comment.