This repository contains various small projects and exercises written in the C programming language.
It's meant to serve as a collection of my learning, experimentation, and practice with C.
Each project folder typically includes:
main.c: The main source fileMakefile: To simplify compilationREADME.md: A short description of the specific project (if applicable)
To compile and run the projects, you need a C compiler such as:
To compile using the terminal:
git clone https://github.com/DuarteLacerda/C.git
cd C
cd <folder_name>
make
./programAll projects in this repository were developed and tested on a Linux environment.
Compilation and execution were done using tools available on Linux systems (e.g., GCC).
If you're using Windows or macOS, some adjustments may be necessary.
- Duarte Lacerda
This repository is licensed under the MIT License. See the LICENSE file for details.