Ajout d'un test d'un autre groupe

This commit is contained in:
2025-03-16 14:09:18 +01:00
parent 072e5205e7
commit 15a06d738f
8 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef UTILS_H
#define UTILS_H
void print_hello();
#endif