diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-11 03:36:56 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-11 03:36:56 +0000 |
commit | 421e513b8c0b4e6e8e90837041bd86dc8e46ff20 (patch) | |
tree | 52e17eb903c7c3603237410364f6b341a4102dd8 /wk5/lect/temp.c | |
parent | 8b594d69653f026af73c39c93b49ab62898c3230 (diff) |
Wed, Apr 10, 2024, 8:36 PM -07:00
Diffstat (limited to 'wk5/lect/temp.c')
-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 } |