small readme improvement

This commit is contained in:
Christoph J. Scherr 2022-11-26 00:11:32 +01:00
parent 17d671e908
commit 8cdc34f119
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# c-basic # c-basic
This Repository features C source code i wrote to learn c. Currently the most advanced program included is an This Repository features C source code i wrote to learn the C programming language. Currently the most advanced program included is an
unfinished implementation of the huffman algorithm. unfinished implementation of the huffman algorithm.
Some programs make use of outdated and unsafe functions such as `gets()` or `scanf()`, which **should never be used**. Some programs make use of outdated and unsafe functions such as `gets()` or `scanf()`, which **should never be used**.