Ajout d'un test intéressant d'un autre groupe

This commit is contained in:
2025-03-10 11:10:47 +01:00
parent 8ea9466dc4
commit 80bdd3c964
12 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include <stdio.h>
void print_hello_from_utils1() {
printf("Hello from Utils1!\n");
}