static void Main(string[] args) { var cc = new CombinationCounter(); cc.CountCombinations(200, 0); Console.WriteLine(cc.combinationCount); }