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
Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free!
Click here to download the new Pastebin App for iOS
.
Public Pastes
Untitled
10 sec ago
Untitled
17 sec ago
XArt X-Art Hayden ...
23 sec ago
Untitled
20 sec ago
Untitled
20 sec ago
Untitled
24 sec ago
Untitled
24 sec ago
Untitled
25 sec ago
Untitled
By: a guest on Feb 9th, 2010 | syntax:
C
| size: 0.09 KB | hits: 29 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
#include<stdio.h>
void
main
(
)
{
char
prova
[
]
=
"Ciao xD"
;
printf
(
"%s
\n
"
,
prova
)
;
}
create a
new version
of this paste
RAW Paste Data
#include<stdio.h> void main() { char prova[] = "Ciao xD"; printf("%s\n", prova); }