Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var repl = new MinskRepl();

            repl.Run();
        }
Exemplo n.º 2
0
        public static void Main()
        {
            var repl = new MinskRepl();

            repl.Run();
        }