We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207199 commit 9c4d6c6Copy full SHA for 9c4d6c6
1 file changed
bin/main.cpp
@@ -15,7 +15,7 @@ static constexpr const char* kFormat = "hh:mm:ss";
15
16
int main(int argc, char** argv) {
17
if (argc > 1) {
18
- std::cout << "No CLI arguments allowed." << std::endl;
+ std::cout << "No CLI arguments allowed.\n";
19
return 0;
20
}
21
0 commit comments