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,6 @@
#ifndef MODULE_H
#define MODULE_H
void print_message();
#endif