mirror of
https://github.com/Hizenberg469/MultiThreading_Part_A.git
synced 2026-04-19 18:12:24 +03:00
Threads
This commit is contained in:
3
Hello_World_Thread/compile.sh
Normal file
3
Hello_World_Thread/compile.sh
Normal 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
|
||||
Reference in New Issue
Block a user