Skip to content

Commit 34f6661

Browse files
feat(2018 day-10): part 2 was already solved
1 parent d77575d commit 34f6661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2018/day-10/solution.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const init = (data) => {
3535
console.log(`---------------------------------`)
3636
display.show(beaconTracker.getFrame(best.idx), best.dims.dim, best.dims.origin)
3737
console.log(`---------------------------------`)
38+
console.log(`-- Part 2 --`)
39+
console.log(`Answer: ${best.idx}`)
3840

3941
// console.log(`Answer: ${answer}`)
4042
// console.log(`-- Part 2 --`)

0 commit comments

Comments
 (0)