SAE11_2023/test.c
2023-11-20 14:21:32 +01:00

9 lines
108 B
C

#include <stdlib.h>
#include <stdio.h>
#include <graph.h>
int main (void){
return EXIT_SUCCESS;
}