Skip to content

Commit

Permalink
updating the main.cpp file, closing ChicoState#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel9088 committed Sep 25, 2024
1 parent 406443b commit 89f0aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ int main(){
for(int i = 0; i < list.size(); i++){
cout << list.at(i) << endl;
}

return 0;
}

0 comments on commit 89f0aa7

Please sign in to comment.