mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Adjusted some spacing
This commit is contained in:
9
main.cpp
9
main.cpp
@@ -58,11 +58,10 @@ void listProblems(); //Lists the problem numbers that you can choose
|
||||
//Setup the menu options
|
||||
enum MenuOptions {SOLVE = 1, DESCRIPTION, LIST, EXIT, SIZE};
|
||||
//Setup the problem numbers
|
||||
std::vector<unsigned int> PROBLEM_NUMBERS = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
|
||||
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
||||
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
|
||||
67};
|
||||
|
||||
std::vector<unsigned int> PROBLEM_NUMBERS = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
|
||||
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
||||
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
|
||||
67};
|
||||
|
||||
int main(){
|
||||
int selection = 0; //Holds the menu selection of the user
|
||||
|
||||
Reference in New Issue
Block a user