Program.cs

20 lines | 473 B Blame History Raw Download
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tools.Collections.ConsoleTest
{
    class Program
    {
        private static readonly Test_SortedDictionarySortKeyItemKey test_SortedDictionarySortKeyItemKey 
            = new Test_SortedDictionarySortKeyItemKey();

        static void Main(string[] args)
        {
            test_SortedDictionarySortKeyItemKey.Test();
        }
    }
}