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

public class Comando2 implements Comando {

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

} //End of class Comando2
