SAE11_2023/test.c~
2023-11-21 17:00:05 +01:00

9 lines
108 B
C

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