示例#1
0
        static void Main(string[] args)
        {
            var repl = new MinskRepl();

            repl.Run();
        }
示例#2
0
文件: Program.cs 项目: teschty/minsk
        public static void Main()
        {
            var repl = new MinskRepl();

            repl.Run();
        }