예제 #1
0
        static void Main(string[] args)
        {
            var data   = "hello world and practice makes perfect and hello world again";
            var text   = new Homework();
            var result = text.RemoveAndSortTextByAlphabetical(data);

            Console.WriteLine(result);
        }