dotproc.c 190 B

1234567891011
  1. #include"stdio.h"
  2. #ifndef WRAPPER_INCLUDED
  3. #error The wrapper stdio.h was not included.
  4. #endif
  5. int main(int argc, char **argv) {
  6. printf("Eventually I got printed.\n");
  7. return 0;
  8. }