This commit is contained in:
Thomas ROGNANT 2023-11-20 14:21:32 +01:00
parent 6e5437ba27
commit 59b002f4bd

8
test.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <graph.h>
int main (void){
return EXIT_SUCCESS;
}