mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"blurb": "Learn about `with` to concentrate on the happy path and manage a stressful day of facing bureaucracy.",
|
|
"authors": ["jiegillet"],
|
|
"contributors": ["angelikatyborska"],
|
|
"files": {
|
|
"solution": [
|
|
"lib/new_passport.ex"
|
|
],
|
|
"test": [
|
|
"test/new_passport_test.exs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.ex"
|
|
]
|
|
},
|
|
"language_versions": ">=1.10"
|
|
}
|