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