Exemplo n.º 1
0
 static void Main(string[] args)
 {
     ToyVM vm = new ToyVM();
     vm.start(args[0]);
     //vm.start("HelloWorlds");
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     ToyVM vm = new ToyVM();
     vm.start(args[0]);
 }