22 lines
372 B
JSON
22 lines
372 B
JSON
{
|
|
"authors": [
|
|
"neenjaw"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/lucas_numbers.ex"
|
|
],
|
|
"test": [
|
|
"test/lucas_numbers_test.exs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.ex"
|
|
]
|
|
},
|
|
"language_versions": ">=1.10",
|
|
"blurb": "Learn about streams by generating the Lucas number sequence."
|
|
}
|