mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add single-number
This commit is contained in:
@ -35,7 +35,7 @@ Here are the rules for building a Roman numeral:
|
||||
- **Line 1:** The string : `arabic to roman` or `roman to arabic` to determine how to convert the number
|
||||
- **Line 2:** The number to convert
|
||||
|
||||
## Source
|
||||
## Sources
|
||||
|
||||
- [Wikipedia - Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals)
|
||||
- [Wikipedia - Arabic numerals](https://en.wikipedia.org/wiki/Arabic_numerals)
|
||||
|
Reference in New Issue
Block a user