fork download
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5. int main() {
  6. printf("Hello, World!\n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5264KB
stdin
Standard input is empty
stdout
Hello, World!