mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 07:10:48 -05:00
22 lines
376 B
JSON
22 lines
376 B
JSON
{
|
|
"authors": [
|
|
"BethanyG"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lasagna.py"
|
|
],
|
|
"test": [
|
|
"lasagna_test.py"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.py"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"csharp/lucians-luscious-lasagna",
|
|
"ruby/lasagna"
|
|
],
|
|
"icon": "lasagna",
|
|
"blurb": "Learn the basics of Python by cooking Guido's Gorgeous Lasagna."
|
|
}
|