Skip to content

Commit eed13bf

Browse files
twentyonedottwentyonedot
authored andcommitted
minor fixes
1 parent d682a13 commit eed13bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Palindrome.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.util.Scanner;
44

5-
public class Pallindrome {
5+
public class Palindrome {
66

77
public static void main(String[] args) {
88
Scanner input = new Scanner(System.in);

0 commit comments

Comments
 (0)