We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c21ffa commit 8ee0102Copy full SHA for 8ee0102
1 file changed
section0/test00.cpp section0/test.cppsection0/test00.cpp renamed to section0/test.cpp
@@ -1,8 +1,8 @@
1
// Copyright (c) 2020 by Chrono
2
//
3
-// g++ test00.cpp -std=c++11 -o a.out;./a.out
4
-// g++ test00.cpp -std=c++14 -o a.out;./a.out
5
-// g++ test00.cpp -std=c++14 -I../common -o a.out;./a.out
+// g++ test.cpp -std=c++11 -o a.out;./a.out
+// g++ test.cpp -std=c++14 -o a.out;./a.out
+// g++ test.cpp -std=c++14 -I../common -o a.out;./a.out
6
7
#include <iostream>
8
0 commit comments