Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 327 Bytes

Synchronization Project 🔄

How to Run

To compile and run the project, use the following commands:

# Navigate to the project directory
cd condition_variable_from_a_mutex

# Compile the source code
gcc ./main.c ./libs/*.c -o ./main.o && ./main

This will compile the program and initiate its execution. 🚀