Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
VicaWorth authored Sep 25, 2024
2 parents 3d6e51a + fdf326f commit ec4fc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ using std::cout, std::cin, std::endl, std::string, std::vector;

int main(){
string input = "";
vector<string> list;
vector<string> favorites;

do{
if( list.size() == 0 ){
if( favorites.size() == 0 ){
cout << "What is your favorite?\n";
}
else{
Expand Down

0 comments on commit ec4fc27

Please sign in to comment.