Files
SAE32_2024/tests/C/test-09-handling-comment/make/module.c

7 lines
101 B
C
Raw Normal View History

2025-02-08 22:02:51 +01:00
#include <stdio.h>
#include "module.h"
void print_message() {
printf("Hello from module!\n");
}