Skip to content

DuarteLacerda/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Projects

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.

⚒️ Contents

Each project folder typically includes:

  • main.c: The main source file
  • Makefile: To simplify compilation
  • README.md: A short description of the specific project (if applicable)

📦 Installation

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
./program

⚠️ Disclaimer

All 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.

👥 Authors

  • Duarte Lacerda

📄 License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

Personal project – Just for fun and learning

Topics

Resources

License

Stars

Watchers

Forks