PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Public Pastes
Untitled
1 sec ago
encoding
5 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
Untitled
7 sec ago
Untitled
8 sec ago
Untitled
8 sec ago
Untitled
12 sec ago
Hello World
By: a guest on Feb 16th, 2011 | syntax:
C++
| size: 0.11 KB | hits: 165 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
#include <iostream>
using
namespace
std
;
int
main
(
)
{
cout
<<
"Hello, World!
\n
"
;
return
0
;
}
create a
new version
of this paste
RAW Paste Data
#include <iostream> using namespace std; int main() { cout << "Hello, World!\n"; return 0; }