2 lines
48 B
Text
2 lines
48 B
Text
isPalindrome(chars) =
|
|
chars == reverse(chars)
|
isPalindrome(chars) =
|
|
chars == reverse(chars)
|