diff options
Diffstat (limited to 'sourcecodes/data/Eyographviz_new.txt')
| -rw-r--r-- | sourcecodes/data/Eyographviz_new.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sourcecodes/data/Eyographviz_new.txt b/sourcecodes/data/Eyographviz_new.txt new file mode 100644 index 00000000..6428ed29 --- /dev/null +++ b/sourcecodes/data/Eyographviz_new.txt @@ -0,0 +1,11 @@ +digraph G { +size="10,10"; ratio = fill; +node [shape=square,width=1.5]; +0 -> 3; +1 -> 4; +1 -> 5; +3 -> 2; +3 -> 5; +4 -> 5; +7 -> 4; +} \ No newline at end of file |
