Ajout du test 10

This commit is contained in:
2025-02-08 23:16:45 +01:00
parent 79f285d020
commit c558d550f0
10 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "module.h"
int main() {
printf("Hello from main!\n");
print_message();
return 0;
}