mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add caesar-cipher
This commit is contained in:
2
challenges/caesar-cipher/test/1/input.txt
Normal file
2
challenges/caesar-cipher/test/1/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
ANTHONY
|
||||
-2
|
1
challenges/caesar-cipher/test/1/output.txt
Normal file
1
challenges/caesar-cipher/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
YLRFMLW
|
2
challenges/caesar-cipher/test/2/input.txt
Normal file
2
challenges/caesar-cipher/test/2/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
|
||||
-23
|
1
challenges/caesar-cipher/test/2/output.txt
Normal file
1
challenges/caesar-cipher/test/2/output.txt
Normal file
@ -0,0 +1 @@
|
||||
WKH TXLFN EURZQ IRA MXPSV RYHU WKH ODCB GRJ
|
2
challenges/caesar-cipher/test/3/input.txt
Normal file
2
challenges/caesar-cipher/test/3/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
PROGRAMMING CHALLENGES IS AWESOME
|
||||
-12
|
1
challenges/caesar-cipher/test/3/output.txt
Normal file
1
challenges/caesar-cipher/test/3/output.txt
Normal file
@ -0,0 +1 @@
|
||||
DFCUFOAAWBU QVOZZSBUSG WG OKSGCAS
|
2
challenges/caesar-cipher/test/4/input.txt
Normal file
2
challenges/caesar-cipher/test/4/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
JVUNYHABSHAPVUZ
|
||||
-19
|
1
challenges/caesar-cipher/test/4/output.txt
Normal file
1
challenges/caesar-cipher/test/4/output.txt
Normal file
@ -0,0 +1 @@
|
||||
QCBUFOHIZOHWCBG
|
2
challenges/caesar-cipher/test/5/input.txt
Normal file
2
challenges/caesar-cipher/test/5/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
JAVASCRIPT
|
||||
-11
|
1
challenges/caesar-cipher/test/5/output.txt
Normal file
1
challenges/caesar-cipher/test/5/output.txt
Normal file
@ -0,0 +1 @@
|
||||
YPKPHRGXEI
|
2
challenges/caesar-cipher/test/6/input.txt
Normal file
2
challenges/caesar-cipher/test/6/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
HEY
|
||||
5
|
1
challenges/caesar-cipher/test/6/output.txt
Normal file
1
challenges/caesar-cipher/test/6/output.txt
Normal file
@ -0,0 +1 @@
|
||||
MJD
|
2
challenges/caesar-cipher/test/7/input.txt
Normal file
2
challenges/caesar-cipher/test/7/input.txt
Normal file
@ -0,0 +1,2 @@
|
||||
CODING DOJO
|
||||
0
|
1
challenges/caesar-cipher/test/7/output.txt
Normal file
1
challenges/caesar-cipher/test/7/output.txt
Normal file
@ -0,0 +1 @@
|
||||
CODING DOJO
|
Reference in New Issue
Block a user