rotaitional_chiper
This commit is contained in:
26
elixir/rotational-cipher/.exercism/config.json
Normal file
26
elixir/rotational-cipher/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
elixir/rotational-cipher/.exercism/metadata.json
Normal file
1
elixir/rotational-cipher/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user