ProgIng - Programación en Ingeniería
Loading...
Searching...
No Matches
Ejemplo001.c
Go to the documentation of this file.
1
24
25#include <stdio.h>
26
33int main(int argc, char *argv[])
34{
35 (void)argc;
36 (void)argv;
37
38 printf("Universidad de Guanajuato\n");
39 return 0;
40}
int main(void)
Definition Ejemplo_035.c:15