Skip to content

Commit 37956de

Browse files
authored
Update 02_cppBeginners.cpp
1 parent c44241f commit 37956de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

C++/02_cppBeginners.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#include <iostream>
22
#include <string>
3+
34
using namespace std;
45

56

67
int main()
78
{
89

910
cout << "hello world";
11+
cout<<"this world is a beautiful place to live in";
1012
return 0;
11-
}
13+
}

0 commit comments

Comments
 (0)