示例#1
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSum();
        }
示例#2
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSortByBubbles();
        }
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestReverseNumber();
        }
示例#4
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsValueInArray();
        }
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsPrimeNumber();
        }