27 lines
537 B
JSON
27 lines
537 B
JSON
{
|
|
"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"
|
|
}
|