Some Basic C code i wrote while learning C
Go to file
Christoph J. Scherr 1902e0d901 compiler-test 2022-11-24 15:35:56 +01:00
.gitignore Initial commit 2022-11-24 14:43:03 +01:00
LICENSE Initial commit 2022-11-24 14:43:03 +01:00
README.md update README 2022-11-24 15:25:19 +01:00
compiler-test.c compiler-test 2022-11-24 15:35:56 +01:00

README.md

c-basic

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.