public static int Main() { var tests = new LinqBenchmarks(); bool result = tests.Bench(); return(result ? 100 : -1); }
public static int Main() { var tests = new LinqBenchmarks(); bool result = tests.Bench(); return result ? 100 : -1; }