Ejemplo n.º 1
0
    public static int Main()
    {
        PressureOverflow a = new PressureOverflow();

        if (a.RunTest())
        {
            Console.WriteLine("Test Passed!");
            return(100);
        }
        Console.WriteLine("Test Failed!");
        return(1);
    }
Ejemplo n.º 2
0
    public static int Main() {

            PressureOverflow a = new PressureOverflow();

            if (a.RunTest()) {
                Console.WriteLine("Test Passed!");
                return 100;
            }
            Console.WriteLine("Test Failed!");
            return 1;


    }