diff options
-rw-r--r-- | wk5/lect/temp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wk5/lect/temp.c b/wk5/lect/temp.c index 875cbe2..dcae6d2 100644 --- a/wk5/lect/temp.c +++ b/wk5/lect/temp.c @@ -16,5 +16,6 @@ int main(void) { n->number = 1; n->next = NULL; - // this + list = n; + // this makes } |