GREEN: add conversion rule for 50
This commit is contained in:
parent
44566369d0
commit
dc6728bea5
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
String integerToRoman(int number) {
|
||||
const conversionRules = [
|
||||
(50, 'L'),
|
||||
(40, 'XL'),
|
||||
(10, 'X'),
|
||||
(9, 'IX'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue