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

21 lines
337 B
JSON
Raw Normal View History

{
"authors": [
"vaeng"
],
"files": {
"solution": [
"pacman_rules.cpp"
],
"test": [
"pacman_rules_test.cpp"
],
"exemplar": [
".meta/exemplar.cpp"
]
},
"forked_from": [
"elixir/pacman-rules"
],
"blurb": "Learn about booleans by implementing the rules of the Pac-Man game."
}