Ejemplo n.º 1
0
 public static void isPalindrome()
 {
     Assert.That(MathQ.isPalindrome(2147447412) == 1);
     Assert.That(MathQ.isPalindrome2(2147447412) == 1);
 }