fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. //this is my first program
  5. printf("good morning");
  6.  
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
good morning