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 ab7172a commit f3abb58Copy full SHA for f3abb58
valid-palindrome/dalpang81.java
@@ -9,4 +9,4 @@ public boolean isPalindrome(String s) {
9
return(s.equals(reverse));
10
11
}
12
-}
+}
0 commit comments