Skip to content

Commit c890830

Browse files
committed
Add valid palindrome solution - s0ooo0k
1 parent 3afab83 commit c890830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

valid-palindrome/s0ooo0k.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ public boolean isPalindrome(String s) {
2626
}
2727
return true;
2828
}
29-
}
29+
}
30+

0 commit comments

Comments
 (0)