We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502d8ae commit 06f227dCopy full SHA for 06f227d
src/main/java/CaesarShift.java
@@ -1,5 +1,7 @@
1
public class CaesarShift {
2
+
3
public String encrypt(String msg){
- return null;
4
+ return msg.toUpperCase();
5
}
6
7
0 commit comments