Added solution to problem 67

This commit is contained in:
2021-05-28 16:13:06 -04:00
parent 36b0e1fca9
commit 4c06d7d603
3 changed files with 243 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ export class Problem18 extends Problem{
return;
}
let workingList = JSON.parse(JSON.stringify(Problem18.list));
let workingList = JSON.parse(JSON.stringify((this.constructor as any).list));
//Start the timer
this.timer.start();