From c8d560bf50d8a423f4edb92f246486b15d2d51e8 Mon Sep 17 00:00:00 2001
From: omah03 <omah03@mi.fu-berlin.de>
Date: Mon, 8 May 2023 13:32:55 +0000
Subject: [PATCH] Added comment

---
 cars_2.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cars_2.c b/cars_2.c
index b1242f3..ee3d0b2 100644
--- a/cars_2.c
+++ b/cars_2.c
@@ -1,3 +1,6 @@
+// This is the solution to the 1) from Übung 2)
+// Used two fold lock with mutal precendence from the Vorlseung, however it doesn't work correctly
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>
-- 
GitLab