From 8348f86f05947142d29a316b5b27b617e1f07f3f Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 24 Nov 2022 15:25:19 +0100 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 809918e..970668d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # c-basic -Some Basic C code i wrote while learning C +This Repository features C source code i wrote to learn c. Currently the most advanced thing included is an +unfinished implementation of the huffman algorithm.