using System.Diagnostics;
Console.WriteLine("True");
Console.WriteLine("True");
public static void Main()
Stopwatch s=new Stopwatch();
Thread t=new Thread(g.timee);
Console.WriteLine(s.ElapsedMilliseconds);
Thread t1=new Thread(g.timew);
Console.WriteLine(s.ElapsedMilliseconds);