Skip to content

Commit

Permalink
added item5
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong authored May 28, 2021
1 parent a5a2f30 commit 253c19b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Jobs {
bool teachingDegreeFinished;
bool cookingDegreeFinished;
bool talkingDegreeFinished;
bool wizardryDegreeFinished;

// job = {pay per min}

Expand Down Expand Up @@ -59,6 +60,7 @@ class Jobs {
std::string course2;
std::string course3;
std::string course4;
std::string course5;

};
};
Expand Down

0 comments on commit 253c19b

Please sign in to comment.