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,5 @@
#include <stdio.h>
void print_hello() {
printf("Hello from utils with special characters!\n");
}