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 a8d4095 commit 274ca9dCopy full SHA for 274ca9d
2019/19/part-two.js
@@ -4,4 +4,3 @@ const { TractorBeam } = require('./tractor-beam');
4
let tractor_beam = new TractorBeam(input);
5
console.log(tractor_beam.partTwo());
6
// console.log(tractor_beam.partTwoOptimized());
7
-console.log(`parseOp took ${tractor_beam.parseOpTime} ms`);
0 commit comments