Skip to content

Commit 41b61aa

Browse files
authored
Update 02_cppBeginners.cpp
1 parent d690f2d commit 41b61aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

C++/02_cppBeginners.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ int main()
77
{
88

99
cout << "hello world";
10+
cout<<"how are you?";
11+
int a,b;
12+
cin>>a>>b;
13+
cout<<a<<b;
1014
return 0;
11-
}
15+
}

0 commit comments

Comments
 (0)