fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4.  
  5. {
  6. printf ("hello, world\n");
  7. printf ("1234567890");
  8.  
  9. return 0;
  10.  
  11. }
Success #stdin #stdout 0s 4348KB
stdin
Standard input is empty
stdout
hello, world
1234567890