Exemplo n.º 1
0
        static void Main(string[] args)
        {
            // input
            program b = new program();
            b.input();

            Console.ReadKey();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            // input
            program b = new program();

            b.input();


            Console.ReadKey();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            // input
            program x = new program();
            x.input();

            // process

            // output

            Console.ReadKey();
        }
Exemplo n.º 4
0
        static void Main(string[] args)
        {
            // input
            program x = new program();

            x.input();

            // process


            // output

            Console.ReadKey();
        }
Exemplo n.º 5
0
 static void Main(string[] args)
 {
     program a = new program();
     a.input();
 }
Exemplo n.º 6
0
        static void Main(string[] args)
        {
            program a = new program();

            a.input();
        }