/// <summary>
 /// Entry point for the application
 /// </summary>
 internal static void Main()
 {
     AlgorithmsCalculator calc = new AlgorithmsCalculator();
 }
예제 #2
0
 static void Main(string[] args)
 {
     AlgorithmsCalculator calc = new AlgorithmsCalculator();   
 }
예제 #3
0
 static void Main(string[] args)
 {
     AlgorithmsCalculator calc = new AlgorithmsCalculator();
 }
예제 #4
0
 /// <summary>
 /// Entry point for the application
 /// </summary>
 internal static void Main()
 {
     AlgorithmsCalculator calc = new AlgorithmsCalculator();
 }