Toggle navigation
uPaste
home
archive
contact us
popular
upgrade
sign in / sign up
Sign In
Register
Forgot Password
Sign In
Sign Up
Reset
viewing paste
Hello world!
|
C++
Posted on the
23rd August, 2014 at 1:27:10
| Last edited on
23rd August, 2014 at 1:28:31
Copied to clipboard
Copy this Paste
Raw Text
Download
Report Paste
Print
Embed
1
2
3
4
5
6
7
#include <iostream>
int
main
(
)
{
std
::
cout
<<
"Hello world!
\n
"
;
}
Viewed 728 times, submitted by
Pyrly
.
#include <iostream> int main() { std::cout << "Hello world!\n"; }
fb
tweet
in
reddit