Skip to content

Commit

Permalink
Improved task 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Jan 7, 2022
1 parent fa115e7 commit 065bcbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Solution {
'C' -> x = getX(s, x, i, 100, 'D', 'M')
'D' -> x += 500
'M' -> x += 1000
else -> {}
}
}
return x
Expand Down

0 comments on commit 065bcbd

Please sign in to comment.