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 e269fcb commit fa931f6Copy full SHA for fa931f6
Code Samples/Fib/build.cmd
@@ -1,2 +1,2 @@
1
-SET PATH=%PATH%;%1
+@echo off
2
g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp
0 commit comments