mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
19 lines
392 B
JSON
19 lines
392 B
JSON
|
[
|
||
|
{
|
||
|
"input": ["ANTHONY", 2],
|
||
|
"output": "YLRFMLW"
|
||
|
},
|
||
|
{
|
||
|
"input": ["THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG", 3],
|
||
|
"output": "QEB NRFZH YOLTK CLU GRJMP LSBO QEB IXWV ALD"
|
||
|
},
|
||
|
{
|
||
|
"input": ["PROGRAMMING CHALLENGES IS AWESOME", 14],
|
||
|
"output": "BDASDMYYUZS OTMXXQZSQE UE MIQEAYQ"
|
||
|
},
|
||
|
{
|
||
|
"input": ["JVUNYHABSHAPVUZ", 7],
|
||
|
"output": "CONGRATULATIONS"
|
||
|
}
|
||
|
]
|