exercism/elixir/rotational-cipher/.exercism/config.json

27 lines
537 B
JSON
Raw Permalink Normal View History

2024-06-29 04:20:33 +00:00
{
"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"
}