fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. printf("Hello World");
  7.  
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5276KB
stdin
45
stdout
Hello World