Skip to content

Commit

Permalink
bug fixing : try calling those setters again
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Dec 13, 2023
1 parent d1a75db commit 3484568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/includes/Aoc2313.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ var Aoc2313 = () => {
C[nth_bloc].push(top)
}
}
console.log(B, C)
}
setB(B)
setC(C)
}

const Solver = () => {
Expand Down

0 comments on commit 3484568

Please sign in to comment.