fork download
  1. typedef struct next
  2. {
  3. void *next;
  4. } next;
  5.  
  6. int main(void)
  7. {
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 2244KB
stdin
Standard input is empty
stdout
Standard output is empty