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.
Guest

Untitled

By: a guest on Feb 9th, 2010  |  syntax: C  |  size: 0.09 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #include<stdio.h>
  2. void main() {
  3.         char prova[] = "Ciao xD";
  4.         printf("%s\n", prova);
  5. }