Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <conio.h>
  3.  
  4. int main()
  5. {
  6. clrscr();
  7. print("hello world");
  8.  
  9. getch();
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement