This commit is contained in:
zcher
2025-12-14 18:34:59 +03:00
committed by yato
parent 84abc28e16
commit b1fc78eb26
4 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
namespace First_week
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace First_week
{
internal class StringUtils
public class StringUtils
{
public static bool IsPalindrome(string s)
{