Exemplo n.º 1
0
        static void Main(string[] args)
        {
            WordSmith newOne  = new WordSmith();
            string    reverse = newOne.IsApalindrom("ruby");

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

            call.PalFinder("Racecar");
        }