Files
boat/test/dir/test1.c
Guilleag01 b4f683a812 added test
2025-02-18 21:31:19 +01:00

8 lines
121 B
C

#include "test1.h"
#include "test2.h"
#include <stdio.h>
void test1() {
printf("Hola desde test1\n");
test2();
}