diff --git a/Chapter 2/2.3.cpp b/Chapter 2/2.3.cpp index c4a63b2..779bcd6 100644 --- a/Chapter 2/2.3.cpp +++ b/Chapter 2/2.3.cpp @@ -23,5 +23,6 @@ int main(){ cout << endl; list = deleteMiddle(list, list -> next -> next -> next); list -> printList(); + cout << endl; return 0; }