27 lines
544 B
JSON
27 lines
544 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"angelikatyborska"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"jiegillet"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/take_a_number_deluxe.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/take_a_number_deluxe_test.exs"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.ex"
|
||
|
],
|
||
|
"editor": [
|
||
|
"lib/take_a_number_deluxe/state.ex",
|
||
|
"lib/take_a_number_deluxe/queue.ex"
|
||
|
]
|
||
|
},
|
||
|
"language_versions": ">=1.10",
|
||
|
"icon": "take-a-number",
|
||
|
"blurb": "Learn about GenServers by writing an embedded system for a Take-A-Number machine."
|
||
|
}
|