Skip to content

Commit

Permalink
Update print_board.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FarukErat authored Feb 3, 2022
1 parent bdf5991 commit 61e1569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void Table::printBoard()
{
int row, col;
// clear the screen
//system("cls");
system("cls");
cout << " ";
// printing the number for a better understanding of the coordinates
for (row = 1; row <= SIZE; row++)
Expand Down

0 comments on commit 61e1569

Please sign in to comment.