TP 13 exo1: Rename the integer values swap function
[TD_C.git] / TP_13 / exo1 / src / main.c
1 #include <stdio.h>
2
3 int main() {
4 printf("Hello world\n");
5
6 return 0;
7 }