mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
chore: better Prettier config for easier reviews
This commit is contained in:
@ -26,9 +26,9 @@ Here are the rules for building a Roman numeral:
|
||||
- `42` is written as `XLII`
|
||||
- `2448` is written as `MMCDXLVIII`.
|
||||
|
||||
| Symbol | I | V | X | L | C | D | M |
|
||||
|--------|---|---|----|----|-----|-----|------|
|
||||
| Value | 1 | 5 | 10 | 50 | 100 | 500 | 1000 |
|
||||
| Symbol | I | V | X | L | C | D | M |
|
||||
| ------ | --- | --- | --- | --- | --- | --- | ---- |
|
||||
| Value | 1 | 5 | 10 | 50 | 100 | 500 | 1000 |
|
||||
|
||||
### Input
|
||||
|
||||
|
Reference in New Issue
Block a user