#include <stdio.h>#define SALUTO "Ciao! come stai?\n"int main (void){ printf (SALUTO); return 0;}
Standard input is empty
Ciao! come stai?
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!