add Programmyday form github
This commit is contained in:
14
Palindrom/Program.cs
Normal file
14
Palindrom/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Threading.Channels;
|
||||
|
||||
namespace Palindrom
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
IsPalindrom palindrom = new IsPalindrom();
|
||||
string x = Console.ReadLine();
|
||||
Console.WriteLine(palindrom.IstDasEinPalindrom(x));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user