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,8 @@
#include <stdio.h>
#include "utils!.h"
int main() {
printf("Program with special characters started!\n");
print_hello();
return 0;
}