6 lines
163 B
C#
6 lines
163 B
C#
// See https://aka.ms/new-console-template for more information
|
|
|
|
using _9._Palindrome_Number;
|
|
|
|
var sol = new Solution();
|
|
Console.WriteLine(sol.IsPalindrome(0)); |