Skip to content

Commit

Permalink
Excluded done, fixed ChicoState#2
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM03 committed Sep 25, 2024
1 parent 7007e38 commit 5a3ec2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ int main(){
}

getline(cin,input);

if(input != "done"){
list.push_back(input);
}



Expand Down

0 comments on commit 5a3ec2c

Please sign in to comment.