We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d682a13 commit eed13bfCopy full SHA for eed13bf
1 file changed
Palindrome.java
@@ -2,7 +2,7 @@
2
3
import java.util.Scanner;
4
5
-public class Pallindrome {
+public class Palindrome {
6
7
public static void main(String[] args) {
8
Scanner input = new Scanner(System.in);
0 commit comments