123456789101112131415161718192021222324252627 |
- {
- "authors": [],
- "contributors": [
- "arueckauer",
- "dkinzer",
- "Dog",
- "kunicmarko20",
- "kytrinyx",
- "lafent",
- "petemcfarlane",
- "zembrowski"
- ],
- "files": {
- "solution": [
- "RomanNumerals.php"
- ],
- "test": [
- "RomanNumeralsTest.php"
- ],
- "example": [
- ".meta/example.php"
- ]
- },
- "blurb": "Write a function to convert from normal numbers to Roman Numerals.",
- "source": "The Roman Numeral Kata",
- "source_url": "https://codingdojo.org/kata/RomanNumerals"
- }
|