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.