exercism-common-lisp/leslies-lists/.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

18 lines
313 B
JSON

{
"authors": [
"verdammelt"
],
"files": {
"solution": [
"leslies-lists.lisp"
],
"test": [
"leslies-lists-test.lisp"
],
"exemplar": [
".meta/exemplar.lisp"
]
},
"icon": "sublist",
"blurb": "Learn about Lists by helping to keep track of a shopping list."
}