fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. int main(void) {
  5. char bufferup[256] = "";
  6. strcat(bufferup, "\"");
  7. printf("%s\n", bufferup);
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
"