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

public class ClientTemplate {

   public static void main(String [] args) {
      Cantante luisMiBuey = new Tenor();
      luisMiBuey.cantar();
   }

} //End of class ClientTemplate
