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.
24 lines
425 B
24 lines
425 B
{ |
|
"blurb": "Learn about the basics of Elixir by following a lasagna recipe.", |
|
"authors": [ |
|
"neenjaw" |
|
], |
|
"contributors": [ |
|
"angelikatyborska" |
|
], |
|
"files": { |
|
"solution": [ |
|
"lib/lasagna.ex" |
|
], |
|
"test": [ |
|
"test/lasagna_test.exs" |
|
], |
|
"exemplar": [ |
|
".meta/exemplar.ex" |
|
] |
|
}, |
|
"forked_from": [ |
|
"csharp/lucians-luscious-lasagna" |
|
], |
|
"language_versions": ">=1.10" |
|
}
|
|
|