Skip to content
Snippets Groups Projects

Übung2

Open omah03 requested to merge omah03/alp4-repo-template:Übung2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -22,7 +22,7 @@ void* func(void* arg){
car_on_bridge ++;
usleep(10000);
car_on_bridge --;
printf("Car %d is crossing the bridge\n", car_id);
printf("Car %d has crossed the bridge\n", car_id);
crosses_counter++;
}
Loading