fork download
  1. #include <stdio.h>
  2. main()
  3. {
  4. printf("PHAT\nTHA\n\nLUNG");
  5. }
  6.  
  7.  
Success #stdin #stdout 0s 5472KB
stdin
Standard input is empty
stdout
PHAT
THA

LUNG