exercism/elixir/secrets/.exercism/config.json

19 lines
354 B
JSON

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