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

public class Intel implements CPU {

 public void procesa(){ System.out.println("Intel"); }

} //End of class Intel
