mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Fixed typo
This commit is contained in:
@@ -39,7 +39,7 @@ export class Problem7 extends Problem{
|
|||||||
public constructor(){
|
public constructor(){
|
||||||
super(`What is the ${Problem7.NUMBER_OF_PRIMES}th prime number?`);
|
super(`What is the ${Problem7.NUMBER_OF_PRIMES}th prime number?`);
|
||||||
}
|
}
|
||||||
//OPerational functions
|
//Operational functions
|
||||||
//Solve the problem
|
//Solve the problem
|
||||||
public solve(): void{
|
public solve(): void{
|
||||||
//If the problem has already been solved do nothing and end the function
|
//If the problem has already been solved do nothing and end the function
|
||||||
|
|||||||
Reference in New Issue
Block a user