mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
20 lines
337 B
JSON
20 lines
337 B
JSON
{
|
|
"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."
|
|
}
|