about summary refs log tree commit diff
path: root/sourcecodes/data/Eyographviz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/data/Eyographviz.txt')
-rw-r--r--sourcecodes/data/Eyographviz.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/sourcecodes/data/Eyographviz.txt b/sourcecodes/data/Eyographviz.txt
new file mode 100644
index 00000000..343e8cad
--- /dev/null
+++ b/sourcecodes/data/Eyographviz.txt
@@ -0,0 +1,12 @@
+digraph G {
+size="10,10";  ratio = fill;
+node [shape=square,width=1.5];
+0 -> 3;
+1 -> 4;
+1 -> 5;
+1 -> 7;
+3 -> 2;
+3 -> 5;
+4 -> 5;
+7 -> 4;
+}
\ No newline at end of file