simple_cipher
This commit is contained in:
26
elixir/simple-cipher/.exercism/config.json
Normal file
26
elixir/simple-cipher/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"DoggettCK"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/simple_cipher.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/simple_cipher_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.",
|
||||
"source": "Substitution Cipher at Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
|
||||
}
|
||||
1
elixir/simple-cipher/.exercism/metadata.json
Normal file
1
elixir/simple-cipher/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"simple-cipher","id":"9a856e2b11c04ba49a484ea3501c5e70","url":"https://exercism.org/tracks/elixir/exercises/simple-cipher","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user