exercism-elixir/secrets/.exercism/config.json
2022-01-31 09:28:22 -04:00

18 lines
354 B
JSON

{
"blurb": "Learn about bit manipulation and anonymous functions by writing the software for an encryption device.",
"authors": [
"neenjaw"
],
"files": {
"solution": [
"lib/secrets.ex"
],
"test": [
"test/secrets_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}