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

public class LectorPrueba implements LectorImplIF {

          private String cadena="Hola Bridge";
          public String trabajar() {
            return cadena;
          }
        
} //End of class LectorPrueba
