Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
320 B

{
"blurb": "Learn the basics of Python by cooking Guido's Gorgeous Lasagna.",
"icon": "lasagna",
"authors": ["BethanyG"],
"files": {
"solution": ["lasagna.py"],
"test": ["lasagna_test.py"],
"exemplar": [".meta/exemplar.py"]
},
"forked_from": ["csharp/lucians-luscious-lasagna", "ruby/lasagna"]
}