17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"authors": [
|
|
"serialhex"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"all-your-base.lisp"
|
|
],
|
|
"test": [
|
|
"all-your-base-test.lisp"
|
|
],
|
|
"example": [
|
|
".meta/example.lisp"
|
|
]
|
|
},
|
|
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
|
|
}
|