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

8 lines
100 B
C

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