return to work

This commit is contained in:
MSI 2025-05-06 13:37:52 +02:00
parent a1a0b9e9a9
commit f205d3cc27
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 work
// return to workk
}