fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("Hello wiame! \n");
  5. printf("How are you farhan? I hope you are doing well \n");
  6. printf("I am doibg well wiame. How about you? I hope you are doing well too :D \n");
  7. printf("I am doing great but i am just deep down woried about the report for me because it's not going well I am not motivated to work at all \n");
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5288KB
stdin
1
2
10
42
11
stdout
Hello wiame! 
How are you farhan? I hope you are doing well 
I am doibg well wiame. How about you? I hope you are doing well too :D 
I am doing great but i am just deep down woried about the report for me because it's not going well I am not motivated to work at all