User interface up and running

This commit is contained in:
2020-10-18 20:49:52 -04:00
parent b901665a30
commit 3d8daa2d32
4 changed files with 411 additions and 1 deletions

View File

@@ -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