update README

This commit is contained in:
Christoph J. Scherr 2022-11-24 15:25:19 +01:00
parent 73ca1b6c81
commit 8348f86f05
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# c-basic # 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.