mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2026-02-03 19:52:26 -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
|
//Setup the menu options
|
||||||
enum MenuOptions {SOLVE = 1, DESCRIPTION, LIST, EXIT, SIZE};
|
enum MenuOptions {SOLVE = 1, DESCRIPTION, LIST, EXIT, SIZE};
|
||||||
//Setup the problem numbers
|
//Setup the problem numbers
|
||||||
std::vector<unsigned int> PROBLEM_NUMBERS = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
|
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,
|
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
||||||
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
|
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
|
||||||
67};
|
67};
|
||||||
|
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
int selection = 0; //Holds the menu selection of the user
|
int selection = 0; //Holds the menu selection of the user
|
||||||
|
|||||||
Reference in New Issue
Block a user