added test

This commit is contained in:
Guilleag01
2025-02-18 21:31:19 +01:00
parent 4565b9cc3e
commit b4f683a812
10 changed files with 42 additions and 0 deletions

8
test/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "test1.h"
int main() {
printf("Hola desde main\n");
test1();
}