clear console comment

This commit is contained in:
lrave 2025-05-06 14:50:07 +02:00
parent c0cc47cf56
commit b18bd1c46b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class Board {
}
}
private void clearConsole() {
private void clearConsole() { // ***************CONSOLE
for (int i = 0; i < 50; i++) {
System.out.println(); // Print 50 empty lines to "clear" the console
}