exercism-common-lisp/socks-and-sexprs/.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
366 B
JSON

{
"authors": [
"verdammelt",
"TheLostLambda"
],
"files": {
"solution": [
"socks-and-sexprs.lisp"
],
"test": [
"socks-and-sexprs-test.lisp"
],
"exemplar": [
".meta/exemplar.lisp"
]
},
"blurb": "Learn the basics of Common Lisp by helping your friend clean their room so they can go out and have some fun."
}