This commit is contained in:
2024-06-29 17:39:58 -04:00
parent 9425fd5368
commit 66f0e9c6f8
10 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"atbash-cipher","id":"156913b0379c4b8886dff7de48ab370e","url":"https://exercism.org/tracks/elixir/exercises/atbash-cipher","handle":"negrienko","is_requester":true,"auto_approve":false}