Files
SAE32_2024/tests/test-16-strange-variables/make/main.c

9 lines
128 B
C

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