Skip to content

Commit

Permalink
board debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent 0bf7441 commit ffe0251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TEST easy_unset_one(void) {
ASSERTm("COULDN'T OPEN FILE", fp);

Kakuro board = init_kakuro(fp);
print_board(board);
fclose(fp);

SArray solution = depth_first_search(board);
Expand Down

0 comments on commit ffe0251

Please sign in to comment.