Schack/src/schack/DiagonalWalk.java
2022-03-01 18:39:24 +01:00

17 lines
317 B
Java

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package schack;
/**
*
* @author lovbil251
*/
public interface DiagonalWalk {
public void walDiagonal();
}