mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Roman Numerals
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"M": 1000,
|
||||
"CM": 900,
|
||||
"D": 500,
|
||||
"CD": 400,
|
||||
"C": 100,
|
||||
"XC": 90,
|
||||
"L": 50,
|
||||
"XL": 40,
|
||||
"X": 10,
|
||||
"IX": 9,
|
||||
"V": 5,
|
||||
"IV": 4,
|
||||
"I": 1
|
||||
}
|
||||
Reference in New Issue
Block a user