#include<stdio.h>#include<conio.h>main(){ printf("\n XYZ"); getch();}
Standard input is empty
#include<stdio.h> #include<conio.h> main() { printf("\n XYZ"); getch(); }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!