summaryrefslogtreecommitdiff
path: root/wk5
diff options
context:
space:
mode:
Diffstat (limited to 'wk5')
-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
}