mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
22 lines
372 B
JSON
22 lines
372 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"vaeng"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"ellens_alien_game.cpp"
|
||
|
],
|
||
|
"test": [
|
||
|
"ellens_alien_game_test.cpp"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.cpp"
|
||
|
]
|
||
|
},
|
||
|
"forked_from": [
|
||
|
"python/ellens-alien-game"
|
||
|
],
|
||
|
"icon": "character-study",
|
||
|
"blurb": "Learn about classes by creating an Alien for Ellen's game."
|
||
|
}
|