Files
SAE32_2024/tests/test-groupe-lenny-thomas-khalid/test-12-GestionDesBouclesFor/bake/utils2.c

6 lines
91 B
C

#include <stdio.h>
void print_hello_from_utils2() {
printf("Hello from Utils2!\n");
}