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

public class ClienteAdaptador {

public static void main(String [] args) {
 LoQueUso u = new LoQueUso();
 Adaptador a = new Adaptador();
 u.op(a);

}

} //End of class ClienteAdaptador
