Skip to content

Commit 3de8ce2

Browse files
committed
oop.cpp
1 parent 1f5f12d commit 3de8ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

section1/oop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2050 by Chrono
22
//
3-
// g++ test05.cpp -std=c++11 -o a.out;./a.out
4-
// g++ test05.cpp -std=c++14 -o a.out;./a.out
3+
// g++ oop.cpp -std=c++11 -o a.out;./a.out
4+
// g++ oop.cpp -std=c++14 -o a.out;./a.out
55
//
66

77
#include <iostream>

0 commit comments

Comments
 (0)