Schack/src/schack/DiagonalWalk.java

17 lines
320 B
Java
Raw Normal View History

2022-03-01 18:28:25 +01:00
/*
* 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();
}