mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
20 lines
416 B
JSON
20 lines
416 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"keiravillekode"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"rotational_cipher.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_rotational_cipher.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|