Update MP2

This commit is contained in:
2024-03-07 13:25:19 -06:00
parent ec700702c8
commit f3217d0614
60 changed files with 6061 additions and 457 deletions

View File

@@ -70,6 +70,7 @@ int main(){
break;
case 2:
cout << "\033[2J\033[1;1H"; // Clear screen unicode sequence
cout << "Press Enter to Continue";
getchar();
break;
@@ -124,4 +125,4 @@ std::string printMenu(int* selection) {
outputString.append("\n");
}
return outputString;
}
}