Skip to content

Commit

Permalink
bug fixing : added render . combined renderer fn ..
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Dec 13, 2023
1 parent b25a30a commit d1a75db
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 @@ -67,7 +67,7 @@ var Aoc2313 = () => {
// console.log('out:',coor)

let [part, nth_bloc, axis, index] = coor
console.log(coor)
// console.log(coor)

if ( part === 1 ) {

Expand Down Expand Up @@ -96,6 +96,7 @@ var Aoc2313 = () => {
C[nth_bloc].push(top)
}
}
console.log(B, C)
}
}

Expand Down

0 comments on commit d1a75db

Please sign in to comment.