示例#1
0
        static void Main(string[] args)
        {
            WordSmith newOne  = new WordSmith();
            string    reverse = newOne.IsApalindrom("ruby");

            Console.WriteLine($"{reverse}");
        }
示例#2
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            WordSmith call = new WordSmith();

            call.PalFinder("Racecar");
        }