GREEN: return hardcoded "I" for 1
This commit is contained in:
parent
78f8e1a3a0
commit
0faa1de47c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
String integerToRoman(int number) {
|
||||
throw UnimplementedError();
|
||||
return 'I';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue