We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad40b42 + a325333 commit fa3944bCopy full SHA for fa3944b
docs/linux/cmake-linux-project.md
@@ -81,7 +81,7 @@ The following example shows a simple *CMakeLists.txt* file and .cpp file:
81
82
int main(int argc, char* argv[])
83
{
84
- std::cout << "Hello from Linux CMake" << std::endl;
+ std::cout << "Hello from Linux CMake \n";
85
}
86
```
87
0 commit comments