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 hello_world_thread.c -o hello_world_thread.o
gcc -g hello_world_thread.o -o hello_world_thread.exe -lpthread
rm *.o