Browse Source

Adapted ROT13 clone...

master
Denis Thiessen 5 months ago
parent
commit
5c4092f3a7
  1. 4
      src/main/java/de/denisthiessen/algorithms/Rot13Algorithm.java

4
src/main/java/de/denisthiessen/algorithms/Rot13Algorithm.java

@ -11,8 +11,8 @@ public class Rot13Algorithm implements IAlgorithm {
StringBuilder sb = new StringBuilder();
// Type 2 example clone (4)
testNothing("Test", 1);
testNothing("Hello", 5);
testNothing("Test123", 1);
testNothing("Hello", 4);
testNothing("Please. Send. Help", 69);
testNothing("I'm stuck in this array of characters", 420);

Loading…
Cancel
Save