Skip to content

Commit 8ee0102

Browse files
committed
test.cpp
1 parent 6c21ffa commit 8ee0102

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2020 by Chrono
22
//
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
3+
// g++ test.cpp -std=c++11 -o a.out;./a.out
4+
// g++ test.cpp -std=c++14 -o a.out;./a.out
5+
// g++ test.cpp -std=c++14 -I../common -o a.out;./a.out
66

77
#include <iostream>
88

0 commit comments

Comments
 (0)