fork download
  1. #include <stdio.h>
  2.  
  3. #define PRN printf
  4.  
  5. int main(void)
  6. {
  7. PRN( "ABCDEFG" );
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
ABCDEFG