Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[C++] Hello World (In Detail)
RhinoZA
Jun 1st, 2013
63
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
cout
<<
"Hello World
\n
"
;
cin
.
get
(
)
;
cout
<<
"This is a tutorial for Youtube!
\n
"
;
cin
.
get
(
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
AFT
2 hours ago | 1.56 KB
OoT rando seed 5/25
8 hours ago | 68.31 KB
Untitled
16 hours ago | 0.08 KB
*Artists / Musicians
1 day ago | 1.66 KB
GSA
2 days ago | 1.91 KB
Untitled
2 days ago | 12.81 KB
Untitled
2 days ago | 10.50 KB
Untitled
2 days ago | 8.75 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!