mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
User interface up and running
This commit is contained in:
@@ -37,7 +37,7 @@ export abstract class Problem{
|
||||
this.solved = false;
|
||||
}
|
||||
//Gets
|
||||
getDescription(){
|
||||
getDescription(): string{
|
||||
return this.description;
|
||||
}
|
||||
//Returns the result of solving the problem
|
||||
|
||||
Reference in New Issue
Block a user