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
33
int
main
(
int
argc,
char
*argv[])
34
{
35
(void)argc;
36
(void)argv;
37
38
printf(
"Universidad de Guanajuato\n"
);
39
return
0;
40
}
main
int main(void)
Definition
Ejemplo_035.c:15
src
20261
src
Ejemplo001.c
Generated by
1.16.1