aboutsummaryrefslogtreecommitdiff
path: root/finetune.dot
diff options
context:
space:
mode:
Diffstat (limited to 'finetune.dot')
-rw-r--r--finetune.dot9
1 files changed, 0 insertions, 9 deletions
diff --git a/finetune.dot b/finetune.dot
deleted file mode 100644
index f80b54b..0000000
--- a/finetune.dot
+++ /dev/null
@@ -1,9 +0,0 @@
-graph G {
- 1 [color=blue];
- 2 [color=red];
- 3 [color=green];
- 1 -- 3 [color=red];
- 4 -- 3;
- 2 -- 4;
- 2 -- 3 [color=red];
-}