Files
SAE32_2024/tests/C/test-09-handling-comment/make/main.c
2025-02-08 22:02:51 +01:00

9 lines
124 B
C

#include <stdio.h>
#include "module.h"
int main() {
printf("Hello from main!\n");
print_message();
return 0;
}