Skip to content

Commit 7068d0e

Browse files
committed
Improve code quality: auto-pr/docstrings-1780792152
1 parent ceaac86 commit 7068d0e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#include <iostream>
2-
3-
int main()
4-
{
5-
std::cout << "Hello, Modern C++!" << std::endl;
6-
return 0;
7-
}
1+
#include <iostream>
2+
3+
// 程序入口,输出问候消息
4+
int main()
5+
{
6+
std::cout << "Hello, Modern C++!" << std::endl;
7+
return 0;
8+
}

0 commit comments

Comments
 (0)