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

public class Cohete implements CoheteIF {

public void volar() { System.out.println("V"); }     

} //End of class Cohete
