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