boutique-suggestions
This commit is contained in:
22
elixir/boutique-suggestions/.exercism/config.json
Normal file
22
elixir/boutique-suggestions/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"kevpo"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/boutique_suggestions.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/boutique_suggestions_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"blurb": "Learn about list comprehensions by generating outfit suggestions for the clients of your fashion boutique."
|
||||
}
|
||||
1
elixir/boutique-suggestions/.exercism/metadata.json
Normal file
1
elixir/boutique-suggestions/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"boutique-suggestions","id":"0efd24fddb7e4fe68fc2d5b3487d94e4","url":"https://exercism.org/tracks/elixir/exercises/boutique-suggestions","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user