예제 #1
0
        static int Main(string[] args)
        {
            CommandLineInterpreter cli = new CommandLineInterpreter(args);

            return(cli.Execute());
        }
예제 #2
0
파일: Program.cs 프로젝트: kyzmitch/Cip
 static int Main(string[] args)
 {
     CommandLineInterpreter cli = new CommandLineInterpreter(args);
     return cli.Execute();
 }