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