Rust Batch Internship Test set 1
1.Palindrome Checker : a.First get the input from the user b.Trim the input to remove any trailing newline character and convert to lowercase c.Reverse the string d.Check the reversed string and original input string are same