add a gap b/w index col

This commit is contained in:
Sandipsinh Rathod 2024-10-11 13:35:24 -04:00
parent 57aa6a7300
commit be78c4fa6c
No known key found for this signature in database

@ -270,6 +270,9 @@ void printBoard(char **board, int x, int y) {
pt ' ';
}
pt ans[i][j];
if (!j) {
pt ' ';
}
}
pt nl;
}