Skip to content

Commit 390125e

Browse files
authored
Update 02_cppBeginners.cpp
1 parent 15d6a91 commit 390125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/02_cppBeginners.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ int main()
1010
cout<<"how are you?";
1111
int a,b;
1212
cin>>a>>b;
13-
cout<<a<<b;
13+
cout<<a<<"\n"<<b<<"\n";
1414
return 0;
1515
}

0 commit comments

Comments
 (0)