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

public class SPARC implements CPU {

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

} //End of class SPARC
