Skip to content

Commit 5c28334

Browse files
author
Pedro Ferreira
committed
chore(scytale-cipher): fix prettier
1 parent 3dcf9e6 commit 5c28334

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

subjects/scytale_cipher/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Create a **function** which creates a scytale cipher (also known as spartan cipher).
66

7-
In practice, it is represented by a strip wrapped around a cylinder. The message is written across the loops of the strip (not along the strip). The message becomes *coded* if the radius of the cylinder changes, or the strip is removed from the cylinder.
7+
In practice, it is represented by a strip wrapped around a cylinder. The message is written across the loops of the strip (not along the strip). The message becomes _coded_ if the radius of the cylinder changes, or the strip is removed from the cylinder.
88

99
Your function should recreate the scytale cipher, so that the `String` represents the message, and the `u32` represents the number of times the strip is wrapped around the cylinder.
1010

@@ -21,7 +21,6 @@ Your function should recreate the scytale cipher, so that the `String` represent
2121

2222
**size 8:** `"scytale Code"` -> `"sCcoydtea l e"`
2323

24-
2524
```console
2625
------------------------------------------
2726
|s| |c| |y| |t| |a| |l| |e| | |

0 commit comments

Comments
 (0)