iz
This commit is contained in:
parent
e3a28cfe47
commit
748ad85004
@ -3,9 +3,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
int u;
|
||||
int x;
|
||||
int k;
|
||||
int g;
|
||||
|
||||
struct Node {
|
||||
int data;
|
||||
@ -61,7 +60,6 @@ void main() {
|
||||
|
||||
addToHead(1);
|
||||
addToHead(3);
|
||||
addToHead(6);
|
||||
addToHead(8);
|
||||
printList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user