added test
This commit is contained in:
6
test/dir/test2.c
Normal file
6
test/dir/test2.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "test2.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void test2() {
|
||||
printf("Hola desde test2\n");
|
||||
}
|
||||
Reference in New Issue
Block a user