TP_13 exo1: Commit the basic exercice structure with a smart buildsystem
[TD_C.git] / TP_13 / exo1 / src / exo1.c
1 #include <stdio.h>
2
3 int main() {
4 printf("Hello world\n");
5
6 return 0;
7 }