mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 07:10:48 -05:00
19 lines
273 B
JSON
19 lines
273 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"vaeng"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lasagna.cpp"
|
||
|
],
|
||
|
"test": [
|
||
|
"lasagna_test.cpp"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.cpp"
|
||
|
]
|
||
|
},
|
||
|
"icon": "lasagna",
|
||
|
"blurb": "Learn the basics of C++ by cooking lasagna"
|
||
|
}
|