Created
September 5, 2012 21:23
-
-
Save gonzalowtf/3645021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include "c:\programs\programa2.h" | |
void presenta(); | |
int main(int argc, char *argv[]) | |
{ | |
presenta(); | |
printf("\n"); | |
return 0; | |
} | |
/* | |
void presenta() | |
{ | |
printf("\n\n\n\n\n\n"); | |
printf("\t\t\t\t\t UNSTA"); | |
printf("\n\n\n\t\t\t\t Facultad de Ingenieria"); | |
printf("\n\n\n\t\t\t\t\t Programacion I"); | |
printf("\n\n\n\t\t\t\t\t\t 2012"); | |
}*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment