Browse Source

Merge 55454a1a19c42ebb389b52eefc13b8f0e9beed07 into acdd71eb540bd8356719c3274bc7bbbdbd82ea21

Haysel Giovanni Santiago 6 years ago
parent
commit
1c2b035fb4
No account linked to committer's email
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Crypto/src/ROT13.java

+ 2
- 2
Crypto/src/ROT13.java View File

@@ -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
+}