mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-06 17:13:58 -05:00
Fixed typo
This commit is contained in:
@@ -45,7 +45,7 @@ public class Problem5 extends Problem{
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//If you didn't find the correct numbe then increment by 2
|
//If you didn't find the correct number then increment by 2
|
||||||
if(!numFound){
|
if(!numFound){
|
||||||
currentNum += 2;
|
currentNum += 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user