Palindrome Checker

Easy
50 XP

Challenge Description

Check if a given string is a palindrome.

Examples

Example 1:

Input:

"racecar"

Output:

1
Example 2:

Input:

"hello"

Output:

Languages

Challenge Stats

Total Attempts

0

Status