/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author felix
 */
public class pruebaCaballo {
    static public void main(String args[]) {
        Caballo a = new Caballo();
        a.comer();
    }
}
