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