예제 #1
0
 @Test
 public void shouldReturnTrue() {
   assertTrue(Palindrome.isNrPalindrome(101));
 }