Skip to content

Commit f75f4d9

Browse files
author
Dasith Vidanage
authored
Update file.c
1 parent abb90fb commit f75f4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Linked List/file.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
typedef struct node
55
{
6-
76
int data;
87
struct node *next;
98
};

0 commit comments

Comments
 (0)