search for push

This commit is contained in:
MSI 2025-05-06 13:42:01 +02:00
parent f205d3cc27
commit 32042357ce
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ public class Move {
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
}
// remove commit message
// return to workk
// search for push
}