We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bae38b commit 64f84a7Copy full SHA for 64f84a7
Code Samples/Fib/build.cmd
@@ -1,2 +1,2 @@
1
-@echo off
+SET PATH=%PATH%;%1
2
g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp
0 commit comments