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