6 lines
89 B
C
6 lines
89 B
C
#include "test2.h"
|
|
#include <stdio.h>
|
|
|
|
void test2() {
|
|
printf("Hola desde test2\n");
|
|
} |