fork download
  1. #include <stdio.h>;
  2. int main(int argc, char* argv[]){
  3. printf("Good morning!!");
  4. return 0;
  5. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
Good morning!!