Skip to content

Commit 7028263

Browse files
authored
Merge pull request #2 from Sirivasv/feat/add_version_id
Add version id message
2 parents 894f2a2 + 0496fce commit 7028263

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)