TP 13 exo1: Finish the buildsystem and the directories structure
[TD_C.git] / TP_13 / exo1 / src / exo1.c
index 06f5f8d66140d669cb3a97bedd47405c4593e2f5..68b30087ae455f71e44db62e49cbb62f8161bac1 100644 (file)
@@ -1,5 +1,7 @@
 #include <stdio.h>
 
+#include "macros.h"
+
 int main() {
     printf("Hello world\n");