We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77575d commit 34f6661Copy full SHA for 34f6661
2018/day-10/solution.js
@@ -35,6 +35,8 @@ const init = (data) => {
35
console.log(`---------------------------------`)
36
display.show(beaconTracker.getFrame(best.idx), best.dims.dim, best.dims.origin)
37
38
+ console.log(`-- Part 2 --`)
39
+ console.log(`Answer: ${best.idx}`)
40
41
// console.log(`Answer: ${answer}`)
42
// console.log(`-- Part 2 --`)
0 commit comments