Skip to content

Commit d4340e8

Browse files
committed
listed
1 parent f5eb521 commit d4340e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Caesars_Cipher/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Check [Caesars_Cipher.md](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/blob/master/Caesars_Cipher/Caesars_Cipher.md)
22

3-
`rot13("SERR PBQR PNZC")` should decode to the string `FREE CODE CAMP`
4-
`rot13("SERR CVMMN!")` should decode to the string `FREE PIZZA!`
5-
`rot13("SERR YBIR?")` should decode to the string `FREE LOVE?`
6-
`rot13("GUR DHVPX OEBJA SBK WHZCF BIRE GUR YNML QBT.")` should decode to the string `THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG`.
3+
- `rot13("SERR PBQR PNZC")` should decode to the string `FREE CODE CAMP`
4+
- `rot13("SERR CVMMN!")` should decode to the string `FREE PIZZA!`
5+
- `rot13("SERR YBIR?")` should decode to the string `FREE LOVE?`
6+
- `rot13("GUR DHVPX OEBJA SBK WHZCF BIRE GUR YNML QBT.")` should decode to the string `THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG`.

0 commit comments

Comments
 (0)