Advertisement
eztlicoatl

cout

Mar 7th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include<iostream.h>
  2. #include<stdlib.h>
  3. #include<stdio.h>
  4. #include<conio.h>
  5. main()
  6. {
  7. clrscr();
  8. cout<<"Hola, mundo";
  9. getch();
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement