fork(1) download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. float x;
  5. scanf("%f",&x);
  6. printf("I love you!\n");
  7. printf(" ** ** \n** ** **\n ** **\n ** **\n **\n");
  8. return 0;
  9. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
I love you!
  **      **  
**    **    **
 **        **
   **    **
      **