Example #1
0
        public static void Task()
        {
            Firewall t = new Firewall(Core.Parameters);

            Console.WriteLine("[Task 2]   To safely pass through the firewall, you would need to delay your entry for " + t.MinimumSafeDelay() + " picoseconds.");
        }
Example #2
0
        public static void Task()
        {
            Firewall f = new Firewall(Core.Parameters);

            Console.WriteLine("[Task 1]   The total severity of the path is " + f.TripSeverity() + ".\n");
        }