exercism-elixir/pacman-rules/.exercism/config.json
2022-01-31 09:28:22 -04:00

21 lines
361 B
JSON

{
"blurb": "Learn about booleans by implementing the rules of the Pac-Man game.",
"authors": [
"neenjaw"
],
"contributors": [
"Cohen-Carlisle"
],
"files": {
"solution": [
"lib/rules.ex"
],
"test": [
"test/rules_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}