TP 11 exo1: Add the tweaked Makefile to make the linked list a library
[TD_C.git] / exo_skel / exo_skel.c
CommitLineData
de32237f
JB
1#include <stdio.h>
2
3int main() {
4
5 return 0;
6}