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