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