Posted by Anonymous on Sun 16th Sep 21:38
download | new post | report as spam
- /*
- --------------------
- ---- Hola mundo ----
- --------------------
- Autor ---> noob4ever69
- E-mail --> noob4ever69@gmail.com
- Blog ----> noob4ever69.wordpress.com
- */
- #include <stdio.h>
- char *creditos = {"\n --------------------\n ---- Hola mundo ----\n --------------------\n\n Autor ---> noob4ever69\n\n E-mail --> noob4ever69@gmail.com\n\n Blog ----> noob4ever69.wordpress.com\n\n"};
- int main()
- {
- system( "cls" );
- getchar();
- system( "cls" );
- getchar();
- system( "cls" );
- return 0;
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily
.After submitting an amendment, you'll be able to view the differences between the old and new posts easily
