fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("my hometown \n");
  6. printf("flowering mountain \n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4572KB
stdin
Standard input is empty
stdout
my hometown 
flowering mountain