config.json 413 B

123456789101112131415161718192021222324
  1. {
  2. "authors": [
  3. "camilopayan"
  4. ],
  5. "contributors": [
  6. "arueckauer",
  7. "kunicmarko20",
  8. "kytrinyx",
  9. "mk-mxp",
  10. "neenjaw"
  11. ],
  12. "files": {
  13. "solution": [
  14. "AllYourBase.php"
  15. ],
  16. "test": [
  17. "AllYourBaseTest.php"
  18. ],
  19. "example": [
  20. ".meta/example.php"
  21. ]
  22. },
  23. "blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
  24. }