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

public class Comando1 implements Comando {

        
public void ejecutar(){ System.out.println("Hola");}

} //End of class Comando1
