Skip to content

Commit 999d132

Browse files
authored
Updated Example Code
Updated example
1 parent be1f989 commit 999d132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following example shows a simple *CMakeLists.txt* file and .cpp file:
8181

8282
int main(int argc, char* argv[])
8383
{
84-
std::cout << "Hello from Linux CMake" << std::endl;
84+
std::cout << "Hello from Linux CMake \n";
8585
}
8686
```
8787

0 commit comments

Comments
 (0)