exercism/elixir/pacman-rules/.exercism/config.json

22 lines
361 B
JSON
Raw Permalink Normal View History

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