mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2026-02-04 03:52:27 -05:00
Adjusted some spacing
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -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,
|
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
|
||||||
do{
|
do{
|
||||||
|
|||||||
Reference in New Issue
Block a user