From 007863a9299fae1b0ec76a7694d7292fd7c247b6 Mon Sep 17 00:00:00 2001 From: lata-arora <73037793+lata-arora@users.noreply.github.com> Date: Sat, 23 Oct 2021 10:29:52 +0530 Subject: [PATCH] Update linklist.cpp --- linklist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linklist.cpp b/linklist.cpp index 1baed90..b0cc262 100644 --- a/linklist.cpp +++ b/linklist.cpp @@ -197,7 +197,7 @@ int main() cout<>ch; }while(ch=='Y'||ch=='y'); getch();