Some Basic C code i wrote while learning C
Go to file
Christoph J. Scherr 55dc7a577d compile-and-run 2022-11-24 19:51:11 +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
compiler-test compiler-test-2 2022-11-24 15:36:42 +01:00
compiler-test.c compiler-test 2022-11-24 15:35:56 +01:00
fail compiler-script + return tests 2022-11-24 19:38:53 +01:00
fail.c compiler-script + return tests 2022-11-24 19:38:53 +01:00
return-specified 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 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.