This commit is contained in:
2024-03-14 23:02:57 +05:30
parent 0b4e007694
commit 2da6c57302
24 changed files with 1348 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
gcc -g -c joinable_example.c -o joinable_example.o
gcc -g joinable_example.o -o joinable_example.exe -lpthread
rm *.o