exercism/elixir/new-passport/.exercism/config.json

22 lines
413 B
JSON
Raw Permalink Normal View History

2024-03-07 10:10:54 +00:00
{
"authors": [
"jiegillet"
],
"contributors": [
"angelikatyborska"
],
"files": {
"solution": [
"lib/new_passport.ex"
],
"test": [
"test/new_passport_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about `with` to concentrate on the happy path and manage a stressful day of facing bureaucracy."
}