8 lines
100 B
C
8 lines
100 B
C
#include <stdio.h>
|
|
|
|
#include "test1.h"
|
|
|
|
int main() {
|
|
printf("Hola desde main\n");
|
|
test1();
|
|
} |