pain-by-number
This commit is contained in:
27
elixir/paint-by-number/.exercism/config.json
Normal file
27
elixir/paint-by-number/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"authors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"contributors": [
|
||||
"neenjaw",
|
||||
"meatball133",
|
||||
"vaeng",
|
||||
"glennj"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/paint_by_number.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/paint_by_number_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
],
|
||||
"editor": [
|
||||
"lib/math.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"blurb": "Learn about bitstrings by creating binary files with pictures for a paint-by-number app."
|
||||
}
|
||||
1
elixir/paint-by-number/.exercism/metadata.json
Normal file
1
elixir/paint-by-number/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"paint-by-number","id":"5739ec34143e406c9f072ea94450aa45","url":"https://exercism.org/tracks/elixir/exercises/paint-by-number","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user