diff --git a/SSlab/6/diningphil.c b/SSlab/6/diningphil.c index 91ba154..37a2461 100644 --- a/SSlab/6/diningphil.c +++ b/SSlab/6/diningphil.c @@ -3,7 +3,7 @@ #include #include #include - +//eda hi im doing this for hacktober fest int wait(int *mutex) { while(*mutex == 0); @@ -95,4 +95,4 @@ int main() goto again; } -} \ No newline at end of file +}