fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char *foo = "h";
  5. printf("%s\n", foo);
  6. }
  7.  
Success #stdin #stdout 0s 5500KB
stdin
Standard input is empty
stdout
h