Skip to content

Instantly share code, notes, and snippets.

@gonzalowtf
Created September 5, 2012 21:21
Show Gist options
  • Save gonzalowtf/3644987 to your computer and use it in GitHub Desktop.
Save gonzalowtf/3644987 to your computer and use it in GitHub Desktop.
#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