123456789101112131415161718192021222324 |
- {
- "authors": [
- "camilopayan"
- ],
- "contributors": [
- "arueckauer",
- "kunicmarko20",
- "kytrinyx",
- "mk-mxp",
- "neenjaw"
- ],
- "files": {
- "solution": [
- "AllYourBase.php"
- ],
- "test": [
- "AllYourBaseTest.php"
- ],
- "example": [
- ".meta/example.php"
- ]
- },
- "blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
- }
|