Some Basic C code i wrote while learning C
Go to file
Christoph J. Scherr 121b165551 restructuring 2022-11-24 19:52:25 +01:00
bin compile-and-run update 2022-11-24 19:48:43 +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
compile-and-run.sh compile-and-run 2022-11-24 19:51:11 +01:00
fail.c compiler-script + return tests 2022-11-24 19:38:53 +01:00
return-specified.c compiler-script + return tests 2022-11-24 19:38:53 +01:00
success.c compiler-script + return tests 2022-11-24 19:38:53 +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.