Example #1
0
        static void Main(string[] args)
        {
            BadClock x = new BadClock();

            Console.WriteLine(x.nextAgreement("03:19:53", "03:02:36", 1148));
            Console.ReadLine();
        }
Example #2
0
 static void Main(string[] args)
 {
     BadClock x = new BadClock();
     Console.WriteLine(x.nextAgreement("03:19:53", "03:02:36", 1148));
     Console.ReadLine();
 }