mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Added solution to problem 3
This commit is contained in:
@@ -28,6 +28,9 @@ export class Unsolved{
|
||||
if(message){
|
||||
this.message = message;
|
||||
}
|
||||
else{
|
||||
this.message = "";
|
||||
}
|
||||
}
|
||||
public getMessage(){
|
||||
return this.message;
|
||||
|
||||
Reference in New Issue
Block a user