exercism/elixir/atbash-cipher/.exercism/config.json

37 lines
680 B
JSON

{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Br1ght0ne",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jinyeow",
"kytrinyx",
"lpil",
"mhinz",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/atbash.ex"
],
"test": [
"test/atbash_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Atbash"
}