There was an error while loading. Please reload this page.
1 parent 0822e65 commit fea7200Copy full SHA for fea7200
1 file changed
exercises/practice/prism/.meta/proof.ci.ts
@@ -17,7 +17,7 @@ export const findSequence = (start: Point, prisms: Prism[]): number[] => {
17
const dirX = Math.cos(rad)
18
const dirY = Math.sin(rad)
19
20
- let nearest: Prism
+ let nearest: Prism | undefined
21
let nearestDist = Infinity
22
23
for (const prism of prisms) {
0 commit comments