12 lines
158 B
C++
12 lines
158 B
C++
#include <graphviz/gvc.h>
|
|
#include <graphviz/cgraph.h>
|
|
|
|
#include "../common/common.h"
|
|
#include "../../maths/graph.h"
|
|
|
|
|
|
int main(void) {
|
|
test();
|
|
return 1;
|
|
}
|