Adjusted some spacing

This commit is contained in:
2020-06-07 13:30:15 -04:00
parent 0f6f4fe0be
commit cad4f92db3

View File

@@ -63,7 +63,6 @@ std::vector<unsigned int> PROBLEM_NUMBERS = {0, 1, 2, 3, 4, 5, 6, 7, 8,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
67};
int main(){
int selection = 0; //Holds the menu selection of the user
do{