Example #1
0
 public int SampleTest(string str)
 {
     return(Kata.GetLongestPalindrome(str));
 }