Files
SAE32_2024/tests/tests-autres-groupes/lenny-khalid-thomas/test-10-NomDeFichier/bake/utils!.c

5 lines
101 B
C
Raw Normal View History

2025-03-16 14:09:18 +01:00
#include <stdio.h>
void print_hello() {
printf("Hello from utils with special characters!\n");
}