mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"blurb": "Learn about writing documentation and typespecs by getting your code ready for the arrival of a new colleague at the city office.",
|
|
"authors": ["angelikatyborska"],
|
|
"contributors": ["neenjaw", "michallepicki"],
|
|
"files": {
|
|
"solution": [
|
|
"lib/form.ex"
|
|
],
|
|
"test": [
|
|
"test/form_test.exs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.ex"
|
|
]
|
|
},
|
|
"language_versions": ">=1.10"
|
|
}
|