Advertisement
Choeiphyu

c program

Feb 23rd, 2020
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. #include<conio.h>
  4. int main()
  5. {
  6.     printf("Hello World!\n");
  7.     printf("I am Cho ei phyu\n");
  8.     printf("I love irene.\n");
  9.        
  10.     _getch();
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement