No description
  • C 91.8%
  • Makefile 8.2%
Find a file
Rumen 90c6719c05 Formatting + bug fixes + error handling
- fixed bug in the 'copy' program, when a file is passed with no
  specified extension
- all programs now print to stderr when error occurs
2023-08-26 13:38:22 +02:00
commit Formatting + bug fixes + error handling 2023-08-26 13:38:22 +02:00
copy Formatting + bug fixes + error handling 2023-08-26 13:38:22 +02:00
pretty Formatting + bug fixes + error handling 2023-08-26 13:38:22 +02:00
.gitignore init 🚀 2023-08-24 17:09:21 +02:00
LICENSE Initial commit 2023-08-24 15:08:35 +00:00
README.md editing README.md ✍️ 2023-08-24 17:16:42 +02:00

Learning C 💾


C lang logo

Simple C programs!

NOTE: To compile the programs cd into the project folder and, after running mkdir -p build/prod && mkdir build/debug, run either make debug or make prod (debug for development, prod for actual use).