//This file generated automatically from the MARIUS LP system, please do not edit.

public class Shell {

public static void main(String[] args) {
  Programa pr = new Programa();
  SistemaOperativo.read(pr);
  SistemaOperativo.mmap(pr);
  SistemaOperativo.exec(pr);
}

} //End of class Shell
