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
Unknown #17192
|
C
Posted on the
25th January, 2015 at 15:09:24
Copied to clipboard
Copy this Paste
Raw Text
Download
Report Paste
Print
Embed
1
2
3
4
5
6
7
8
9
#include<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!
\n
"
)
;
return
0
;
}
Viewed 797 times, submitted by Guest.
#include<stdio.h> int main(void) { printf("Hello World!\n"); return 0; }
fb
tweet
in
reddit