pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
4 sec ago
Untitled
10 sec ago
document.ready not exec...
12 sec ago
Maria Creuza 1977 Meia ...
12 sec ago
The Walking Dead S02E08...
22 sec ago
Untitled
15 sec ago
danititsnao!
25 sec ago
Layout Width
Share Pastebin
Kottizen
By: a guest | Jul 5th, 2009 | Syntax:
C++
| Size: 0.10 KB | Hits: 105 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#include <iostream>
using
std
::
cout
;
int
main
(
)
{
cout
<<
"Hello world!;
return 0;
}
create new paste
|
create new version of this paste
RAW Paste Data
#include <iostream> using std::cout; int main() { cout << "Hello world!; return 0; }