Update Linked List.cpp

This commit is contained in:
Shivam Mishra
2019-10-08 14:25:10 +05:30
committed by GitHub
parent e685bed150
commit ddef541cfd

View File

@@ -131,7 +131,6 @@ int main()
case 1:
cout << "\nEnter the element to be inserted : ";
cin >> x;
;
insert(x);
break;
case 2: