Exemple #1
0
 public void TestIsPalindromeBase2(long value)
 {
     Assert.True(Palindrome.IsPalindromeBase2(value));
 }