summaryrefslogtreecommitdiff
path: root/wk5/lect/list2.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-11 03:48:53 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-11 03:48:53 +0000
commit79d68f26bb9058a62e9eb5e1b683d36727f04db8 (patch)
tree7ef6836f88afcb92a91ec9d2cefc1bee32e925b1 /wk5/lect/list2.c
parent9dc07e1cfeb61458cb23e6be13c9836e51486053 (diff)
Wed, Apr 10, 2024, 8:48 PM -07:00
Diffstat (limited to 'wk5/lect/list2.c')
-rw-r--r--wk5/lect/list2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wk5/lect/list2.c b/wk5/lect/list2.c
index 86801ac..8d1e88c 100644
--- a/wk5/lect/list2.c
+++ b/wk5/lect/list2.c
@@ -31,4 +31,6 @@ int main(int argc, char *argv[])
n->next = list;
list = n;
}
+
+ // Print whole list
}