From 947499a0d879d34b9854e81305fe4e3bd75aa0d1 Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 22 May 2024 19:22:51 +0200 Subject: ssh test --- README | 6 +++--- cd_linkedlist.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 256061b..b4fc549 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Linked lists examples +Linked lists examples. -I mainly did this to learn how they worked +I mainly did this to learn how they worked. -Please excuse the horrible makefile +Please excuse the horrible makefile. diff --git a/cd_linkedlist.c b/cd_linkedlist.c index 09674de..6dae0e3 100644 --- a/cd_linkedlist.c +++ b/cd_linkedlist.c @@ -6,7 +6,7 @@ #include #include -// circular doubly linked list demo +// circular doubly linked list demo hej hej struct waster { int gg; -- cgit v1.2.3