TP 13 exo1: Finish the buildsystem and the directories structure
[TD_C.git] / TP_13 / exo1 / src / main.c
1 #include <stdio.h>
2
3 #include "macros.h"
4
5 int main() {
6 printf("Hello world\n");
7
8 return 0;
9 }