mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 04:59:21 +08:00
Merge pull request #459 from codder-shivam/patch-1
Update Linked List.cpp
This commit is contained in:
@@ -131,7 +131,6 @@ int main()
|
||||
case 1:
|
||||
cout << "\nEnter the element to be inserted : ";
|
||||
cin >> x;
|
||||
;
|
||||
insert(x);
|
||||
break;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user