exercism-common-lisp/all-your-base/.exercism/config.json
Adam Cooper 577860559e Initial commit
This "initial" commit occurs after five exercises have been completed
2025-01-23 19:43:42 -05:00

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."
}