exercism-common-lisp/pal-picker/.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
320 B
JSON

{
"authors": [
"TheLostLambda"
],
"files": {
"solution": [
"pal-picker.lisp"
],
"test": [
"pal-picker-test.lisp"
],
"exemplar": [
".meta/exemplar.lisp"
]
},
"blurb": "Learn about conditionals and truth and falseness by helping to choose and take care of a pet."
}