c++: thread example

This commit is contained in:
2024-06-18 21:50:38 +03:00
parent 26acd92cee
commit dd1c195da5
2 changed files with 59 additions and 0 deletions

5
code/C++/thread/Makefile Normal file
View File

@@ -0,0 +1,5 @@
# CC=g++ # Small output file
CC=clang++-18 # Big output file
all:
$(CC) -O3 -o app thread.cpp