Skip to content

Commit 0496fce

Browse files
committed
Add version id message
1 parent 1069f49 commit 0496fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ int main() {
55
cin.tie(0); ios_base::sync_with_stdio(0);
66
int a, b;
77
cin >> a >> b;
8-
cout << "Hello, Tsinghua SSSP!" << endl;
8+
cout << "Hello, Tsinghua SSSP v1.0!" << endl;
99
cout << "The sum of " << a << " and " << b << " is " << a + b << "." << endl;
1010
return 0;
1111
}

0 commit comments

Comments
 (0)