elrincondearni

Hola mundo

Mar 5th, 2014
6,284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <hpgcc49.h>
  2.  
  3. int main(void){
  4.     clear_screen();
  5.     printf("Hola mundo!!!");
  6.     while(!keyb_isON());
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment