Bläddra i källkod

Merge 55454a1a19c42ebb389b52eefc13b8f0e9beed07 into acdd71eb540bd8356719c3274bc7bbbdbd82ea21

Haysel Giovanni Santiago 6 år sedan
förälder
incheckning
1c2b035fb4
No account linked to committer's email
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      Crypto/src/ROT13.java

+ 2
- 2
Crypto/src/ROT13.java Visa fil

@@ -17,7 +17,7 @@ public class ROT13  {
17 17
     }
18 18
 
19 19
     public String encrypt(String text) {
20
-        return text;
20
+
21 21
     }
22 22
 
23 23
     public String decrypt(String text) {
@@ -29,4 +29,4 @@ public class ROT13  {
29 29
         return "";
30 30
     }
31 31
 
32
-}
32
+}