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

6 lines
91 B
C
Raw Normal View History

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