9. Palindrome Number

This commit is contained in:
Пытков Роман
2024-01-31 01:05:39 +03:00
parent 9d50f345d1
commit d15aa071c8
5 changed files with 73 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
// See https://aka.ms/new-console-template for more information
using _9._Palindrome_Number;
var sol = new Solution();
Console.WriteLine(sol.IsPalindrome(0));