mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Added solution to problem 67
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user