9 lines
108 B
C
9 lines
108 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <graph.h>
|
|
|
|
int main (void){
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|