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

6 lines
89 B
C

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