fork download
  1. /*Candy Nyabuto*/
  2. #include <stdio.h>
  3. int main ()
  4. {
  5. int num1;
  6. num1=5;
  7. printf("Hello world\n");
  8. printf("This is a C programme");
  9. return 0;
  10. }
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
Success #stdin #stdout 0.01s 5292KB
stdin
Standard input is empty
stdout
Hello world
This is a C programme