Multiple test files for testing

This commit is contained in:
kamkow1
2025-03-13 18:06:59 +01:00
parent a7378a5210
commit ec08cbae07
5 changed files with 15 additions and 8 deletions

7
test2.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
void dupa2(void)
{
printf("function in test2.c\n");
}