config.json 371 B

123456789101112131415161718192021
  1. {
  2. "authors": [
  3. "CRivasGomez"
  4. ],
  5. "contributors": [
  6. "masters3d",
  7. "SleeplessByte"
  8. ],
  9. "files": {
  10. "solution": [
  11. "all-your-base.ts"
  12. ],
  13. "test": [
  14. "all-your-base.test.ts"
  15. ],
  16. "example": [
  17. ".meta/proof.ci.ts"
  18. ]
  19. },
  20. "blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
  21. }