Skip to content

Commit d690f2d

Browse files
authored
Update 03_cppBeginners.cpp
1 parent c44241f commit d690f2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

C++/03_cppBeginners.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using namespace std;
66
int main()
77
{
88

9-
cout << "text";
9+
cout << "Text";
10+
cout<<"\nWrite something which impresses the whole world\n";
1011
return 0;
11-
}
12+
}

0 commit comments

Comments
 (0)