Skip to content

Commit de53edc

Browse files
authored
Merge pull request #3215 from NegiAkash890/patch-1
Updated Example Code
2 parents be1f989 + 999d132 commit de53edc

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)