Ajout du test-09

This commit is contained in:
2025-02-08 22:02:51 +01:00
parent 698b9014de
commit bfeec38854
9 changed files with 89 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;
}