From 083ea3a0cb6835dc3f233a8d04f4daba65dc25eb Mon Sep 17 00:00:00 2001 From: mlsulekhiya <44512130+mlsulekhiya@users.noreply.github.com> Date: Sat, 12 Oct 2019 22:47:15 +0530 Subject: [PATCH] added proper console output format --- Chapter 2/2.3.cpp | 1 + 1 file changed, 1 insertion(+) 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; }