fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("Abhingya is printing\n");
  5. printf("Abhingya is Happy\n");
  6. printf("Abhingya is playing Roblox\n");
  7. printf("Abhingya is watching\n");
  8. printf("-----------------------------------\n");
  9. printf("A B C");
  10. printf("\n");
  11. printf(" D E F G\n");
  12. printf("\n H I J K");
  13. printf("\n \n Coding completed for today");
  14. printf("Abhingya is playing\n");
  15. printf(" A \n");
  16. printf(" b c \n");
  17. printf("d e f g h");
  18. printf("*********************************\n");
  19.  
  20. return 0;
  21. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Abhingya is printing
Abhingya is Happy
Abhingya is playing Roblox
Abhingya is watching
-----------------------------------
A B C
 D E F G

  H I J K
  
 Coding completed for todayAbhingya is playing
  A  
 b   c 
d  e  f  g  h*********************************