summaryrefslogtreecommitdiff
path: root/day-8/graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'day-8/graph.dot')
-rw-r--r--day-8/graph.dot12
1 files changed, 12 insertions, 0 deletions
diff --git a/day-8/graph.dot b/day-8/graph.dot
index 272bd5c..7435bc8 100644
--- a/day-8/graph.dot
+++ b/day-8/graph.dot
@@ -1,4 +1,16 @@
digraph aoc {
+ AAA [color=green];
+ MGA [color=green];
+ DGA [color=green];
+ TLA [color=green];
+ RDA [color=green];
+ DPA [color=green];
+ CTZ [color=red];
+ RXZ [color=red];
+ SLZ [color=red];
+ ZZZ [color=red];
+ BSZ [color=red];
+ KKZ [color=red];
LFM -> PCJ;
LFM -> GQH;
THP -> SPP;