fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char ch=0x6162636465666768696a6b6c6d6e6f70717273747576777879;
  5. printf("%c",ch);
  6. return 0;
  7. }
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
y