rotaitional_chiper

This commit is contained in:
2024-06-29 00:20:33 -04:00
parent 26a8976b52
commit 9adeef7c61
10 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"authors": [
"DoggettCK"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"neenjaw",
"sotojuan"
],
"files": {
"solution": [
"lib/rotational_cipher.ex"
],
"test": [
"test/rotational_cipher_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Create an implementation of the rotational cipher, also sometimes called the Caesar cipher.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Caesar_cipher"
}

View File

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