mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Fixed typo
This commit is contained in:
@@ -31,7 +31,7 @@ export class Problem5 extends Problem{
|
|||||||
//Instance variables
|
//Instance variables
|
||||||
private smallestNum: number; //The smallest number that is found
|
private smallestNum: number; //The smallest number that is found
|
||||||
|
|
||||||
//Funmctions
|
//Functions
|
||||||
//Constructor
|
//Constructor
|
||||||
public constructor(){
|
public constructor(){
|
||||||
super("What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?");
|
super("What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?");
|
||||||
|
|||||||
Reference in New Issue
Block a user