123456789101112131415161718192021 |
- {
- "authors": [
- "CRivasGomez"
- ],
- "contributors": [
- "masters3d",
- "SleeplessByte"
- ],
- "files": {
- "solution": [
- "all-your-base.ts"
- ],
- "test": [
- "all-your-base.test.ts"
- ],
- "example": [
- ".meta/proof.ci.ts"
- ]
- },
- "blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
- }
|