summaryrefslogtreecommitdiff
path: root/input/day16_ex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'input/day16_ex.txt')
-rw-r--r--input/day16_ex.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/input/day16_ex.txt b/input/day16_ex.txt
new file mode 100644
index 0000000..85fa5b0
--- /dev/null
+++ b/input/day16_ex.txt
@@ -0,0 +1,10 @@
+Valve AA has flow rate=0; tunnels lead to valves DD, II, BB
+Valve BB has flow rate=13; tunnels lead to valves CC, AA
+Valve CC has flow rate=2; tunnels lead to valves DD, BB
+Valve DD has flow rate=20; tunnels lead to valves CC, AA, EE
+Valve EE has flow rate=3; tunnels lead to valves FF, DD
+Valve FF has flow rate=0; tunnels lead to valves EE, GG
+Valve GG has flow rate=0; tunnels lead to valves FF, HH
+Valve HH has flow rate=22; tunnel leads to valve GG
+Valve II has flow rate=0; tunnels lead to valves AA, JJ
+Valve JJ has flow rate=21; tunnel leads to valve II \ No newline at end of file