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
@@ -47,7 +47,7 @@ void* func(void* ptr){
}
int main(){
pthread_t threads[Car_Number];
pthread_t threads[Car_Number] = {0,1};
int thread_id[Car_Number];
for (int i = 0; i < Car_Number; i++){
Loading