mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update Linked List.cpp
This commit is contained in:
parent
e685bed150
commit
ddef541cfd
@ -131,7 +131,6 @@ int main()
|
||||
case 1:
|
||||
cout << "\nEnter the element to be inserted : ";
|
||||
cin >> x;
|
||||
;
|
||||
insert(x);
|
||||
break;
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user