Skip to content

Commit

Permalink
Sync the roman-numerals exercise's metadata with the latest data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Feb 6, 2024
1 parent 410b6f9 commit 0f18060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions exercises/practice/roman-numerals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["glaxxie"],
"authors": [
"glaxxie"
],
"files": {
"solution": [
"RomanNumerals.ps1"
Expand All @@ -11,7 +13,7 @@
".meta/RomanNumerals.example.ps1"
]
},
"blurb": "Write a function to convert from normal numbers to Roman Numerals.",
"blurb": "Convert modern Arabic numbers into Roman numerals.",
"source": "The Roman Numeral Kata",
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
}

0 comments on commit 0f18060

Please sign in to comment.