static void Main(string[] args) { /* string str = "1235"; int m = str[2] - '0'; double t = Math.Pow(2, 4); int[] array = { 94,95,97,101,5,100,1,20 }; Pair p = GetMaxDiffPair(array); Console.WriteLine("Min: {0} Max: {1}.", p.A, p.B); */ //FindMicrosoft fm = new FindMicrosoft("MICROSOFT"); WordFinder wf = new WordFinder("MICROSOFT"); Console.WriteLine("End"); }
static void Main(string[] args) { /* * string str = "1235"; * * int m = str[2] - '0'; * * double t = Math.Pow(2, 4); * * int[] array = { 94,95,97,101,5,100,1,20 }; * * Pair p = GetMaxDiffPair(array); * * Console.WriteLine("Min: {0} Max: {1}.", p.A, p.B); */ //FindMicrosoft fm = new FindMicrosoft("MICROSOFT"); WordFinder wf = new WordFinder("MICROSOFT"); Console.WriteLine("End"); }
static void Main(string[] args) { WordFinder wf = new WordFinder("MICROSOFT"); Console.WriteLine("End"); }