fork download
  1. #include <stdio.h>
  2. #include <conio.h>
  3.  
  4. int main ()
  5. {
  6. clrscr();
  7. gotoxy(10,10); printf("hola");
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0s 2280KB
stdin
Standard input is empty
stdout
Standard output is empty