exercism-common-lisp/pizza-pi/.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

19 lines
351 B
JSON

{
"authors": [
"TheLostLambda",
"verdammelt"
],
"files": {
"solution": [
"pizza-pi.lisp"
],
"test": [
"pizza-pi-test.lisp"
],
"exemplar": [
".meta/exemplar.lisp"
]
},
"icon": "lasagna",
"blurb": "Learn about arithmetic with integers and floating-point numbers by helping to make pizza."
}